commit 748091affce0c47e482a0b2a0693478e6b3ac93a
parent c47b0627f37179b7f40ee8154b36455fd3cf9dd4
Author: Hugo Soucy <hugo@soucy.cc>
Date: Mon, 13 Sep 2021 20:53:10 -0400
Remove a print()
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/templates/index.html b/templates/index.html
@@ -1,7 +1,5 @@
<% local inspect = require 'inspect' %>
<% table.sort(list, function(a , b) return tonumber(site[a].time_created) > tonumber(site[b].time_created) end) %>
-<% --print(inspect(site[list[1]])) %>
-
<%- content -%>
<aside class="main__aside">
<small>Dernière publication</small>