1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-06 05:37:56 +00:00
now-playing/layouts/partials/head.html
2019-11-27 04:14:36 +01:00

28 lines
1.2 KiB
HTML

<head>
<title>{{ .Title }} | {{ $.Site.Title }}</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<base href="{{ if getenv "CONTEXT" }}{{ cond (eq "production" (getenv "CONTEXT")) (getenv "URL") (getenv "DEPLOY_PRIME_URL") }}{{ else }}{{ $.Site.BaseURL }}{{ end }}">
<!-- 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">
{{ if .IsHome }}
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
{{ end }}
</head>