commit b875f1fa75598f2b419e99ceb589fa955474aa32
parent ef6a19a489923428eee21fb742cfe3448ef252b4
Author: Hugo Soucy <hugo@soucy.cc>
Date: Tue, 8 Feb 2022 20:40:18 -0500
Remove tests
Diffstat:
2 files changed, 1 insertion(+), 16 deletions(-)
diff --git a/content/now.lua b/content/now.lua
@@ -1,21 +1,7 @@
-local template = require 'satelito.template'
-local etlua = require 'etlua'
-local inspect = require 'inspect'
-local partial = [[
- Hello <%= rellink %>,
-]]
-
return {
date = "2020-02-15",
datetime = "15:32:00",
id = "tag:hugo.soucy.cc,2020-02-15:2020/02/now",
title = "Now, quelque part comme maintenant",
- priority = "1",
- tessssst = function(...)
- --local t = table.pack(...)
- local t = {...}
-
- print(inspect(t))
---return etlua.render(partial, {rellink = arg[1]})
- end
+ priority = "1"
}
diff --git a/templates/layout.html b/templates/layout.html
@@ -27,7 +27,6 @@
</div>
</header>
- <% tessssst(rellink, permalink) %>
<main class="main" id="m">
<%- post %>
</main>