about summary refs log tree commit diff homepage
path: root/_layout/head.html
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-22 17:36:16 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-22 17:36:16 +0700
commitee131010bc85332db483ae2e770495f29c168773 (patch)
tree96cadc3da23bd464feebf58e26f1f650399a2ffa /_layout/head.html
parent3fae5dd37c658eb185fec2ad99dd11cacf97b7bb (diff)
downloadsite-ee131010bc85332db483ae2e770495f29c168773.tar.gz
Outsource more to injection phase
Diffstat (limited to '_layout/head.html')
-rw-r--r--_layout/head.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/_layout/head.html b/_layout/head.html
index 4b4ca29..d6b043e 100644
--- a/_layout/head.html
+++ b/_layout/head.html
@@ -3,9 +3,3 @@
 {{isdef title}}<title>{{title}} - McSinyx</title>{{end}}
 <body>
 {{insert header.html}}
-{{isnotempty rss}}<h1>{{title}}</h1>
-<div class=metadata>
-  <strong>Originally published:</strong> {{date}}<br>
-  <strong>Tags:</strong>{{for tag in tags}}
-  <a href=/tag/{{tag}}>{{tag}}</a>{{end}}<br>
-</div>{{end}}