summaryrefslogtreecommitdiffstats
path: root/templates/head.tmpl
blob: 04ced9047d6e43e5a5b70fdcd7438dc1b6fc9468 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<meta charset="UTF-8">
<title>peach &mdash; {{.Title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="siddharth ravikumar">
<link rel="icon" href="/static/logo/peach-180.png" sizes="180x180" type="image/png">
<link rel="apple-touch-icon" href="/static/logo/peach-152.png" sizes="152x152" type="image/png">
<link rel="apple-touch-icon" href="/static/logo/peach-114.png" sizes="114x114" type="image/png">
<link rel="apple-touch-icon" href="/static/logo/peach-120.png" sizes="120x120" type="image/png">
<link rel="apple-touch-icon" href="/static/logo/peach-167.png" sizes="167x167" type="image/png">
<link rel="apple-touch-icon" href="/static/logo/peach-167.png" sizes="180x180" type="image/png">
<link rel="apple-touch-icon" href="/static/logo/peach-58.png" sizes="58x58" type="image/png">
<link rel="apple-touch-icon" href="/static/logo/peach-76.png" sizes="76x76" type="image/png">
<link rel="apple-touch-icon" href="/static/logo/peach-80.png" sizes="80x80" type="image/png">
<link rel="apple-touch-icon" href="/static/logo/peach-87.png" sizes="87x87" type="image/png">
<link rel="preload" href="/static/peach.min.css?{{ .Version }}" as="style" />
<style>@import url("/static/peach.min.css?{{ .Version }}");</style>