about summary refs log tree commit diff homepage
path: root/_layout/head.html
blob: 70779f714f6d323f55cab43d88833e56c18fc9f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{insert hair.html}}
{{isnotempty rss}}<meta name=description content='{{rss_description}}'>{{end}}
{{isdef title}}<meta property=og:title content='{{title}}'>{{end}}
<meta property=og:site_name content={{website_title}}>
<meta property=og:type content=article>
<meta property=og:url content={{fd_full_url}}>
<meta property=og:image content={{website_url}}/assets/favicon.png>
{{if hasmath}}<link rel=stylesheet href=/css/katex.min.css>{{end}}
{{isdef title}}<title>{{title}} - McSinyx</title>{{end}}
<body>
{{insert header.html}}