about summary refs log tree commit diff homepage
path: root/_layout/head.html
blob: 4b4ca29319deb31039817642a9584146782ae730 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{insert hair.html}}
{{if hasmath}}<link rel=stylesheet href=/css/katex.min.css>{{end}}
{{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}}