about summary refs log tree commit diff homepage
path: root/_layout/head.html
diff options
context:
space:
mode:
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}}