diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-22 17:36:16 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-22 17:36:16 +0700 |
commit | ee131010bc85332db483ae2e770495f29c168773 (patch) | |
tree | 96cadc3da23bd464feebf58e26f1f650399a2ffa /_layout/head.html | |
parent | 3fae5dd37c658eb185fec2ad99dd11cacf97b7bb (diff) | |
download | site-ee131010bc85332db483ae2e770495f29c168773.tar.gz |
Outsource more to injection phase
Diffstat (limited to '_layout/head.html')
-rw-r--r-- | _layout/head.html | 6 |
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}} |