about summary refs log tree commit diff homepage
path: root/_layout/head.html
blob: 8f5353fc2c4dbc03041f821edc542e423f77bc0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang=en>
<meta charset=UTF-8 name=viewport content='width=device-width, initial-scale=1'>
{{if hasmath}}<link rel=stylesheet href=/libs/katex/katex.min.css>{{end}}
<link rel=stylesheet href=/css/style.css>
<link rel=icon href=/assets/favicon.png>
{{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}}