aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials
diff options
context:
space:
mode:
authorMadeByMike <mike@madebymike.com.au>2018-01-01 22:46:28 +1100
committerShawn Erquhart <shawn@erquh.art>2018-01-09 17:40:17 -0500
commit5cc1f9b3670f06431775e026e5f9ea334e5a1e47 (patch)
tree2728259a26437f99b899955d063906a79f3788db /site/layouts/partials
parent3a46e313ab10a2676e614795c7da43033bd1739a (diff)
Add baseof template
Diffstat (limited to 'site/layouts/partials')
-rw-r--r--site/layouts/partials/head.html46
1 files changed, 21 insertions, 25 deletions
diff --git a/site/layouts/partials/head.html b/site/layouts/partials/head.html
index 9e75f44..f65ee56 100644
--- a/site/layouts/partials/head.html
+++ b/site/layouts/partials/head.html
@@ -1,31 +1,27 @@
-<!doctype html>
-<html lang="en-US">
- <head>
+<head>
- <title>{{ .Title }} | Kaldi</title>
- <link rel="stylesheet" href="/css/main.css"/>
+ <title>{{ .Title }} | Kaldi</title>
+ <link rel="stylesheet" href="/css/main.css" />
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta charset="utf-8">
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700" rel="stylesheet">
- <!-- Favicons -->
- <link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
- <link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
- <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
- <link rel="manifest" href="/manifest.json">
- <link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#ff4400">
- <meta name="theme-color" content="#fff">
+ <!-- Favicons -->
+ <link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
+ <link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
+ <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
+ <link rel="manifest" href="/manifest.json">
+ <link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#ff4400">
+ <meta name="theme-color" content="#fff">
- <!-- Open Graph -->
- <meta property="og:type" content="business.business">
- <meta property="og:title" content="Kaldi | Great coffee with a conscience">
- <meta property="og:url" content="/">
- <meta property="og:image" content="/img/og-image.jpg">
+ <!-- Open Graph -->
+ <meta property="og:type" content="business.business">
+ <meta property="og:title" content="Kaldi | Great coffee with a conscience">
+ <meta property="og:url" content="/">
+ <meta property="og:image" content="/img/og-image.jpg">
- <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
- </head>
-
- <body class="sans-serif">
+ <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
+</head> \ No newline at end of file