diff options
-rw-r--r-- | templates/head.tmpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/head.tmpl b/templates/head.tmpl new file mode 100644 index 0000000..04ced90 --- /dev/null +++ b/templates/head.tmpl @@ -0,0 +1,16 @@ +<meta charset="UTF-8"> +<title>peach — {{.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> |