Add favicons -- fix plausible data-domain
This commit is contained in:
@ -10,14 +10,14 @@
|
|||||||
{{ with resources.Get "css/userstyles.css" }}
|
{{ with resources.Get "css/userstyles.css" }}
|
||||||
<link rel="stylesheet" type="text/css" href="{{ .Permalink }}">
|
<link rel="stylesheet" type="text/css" href="{{ .Permalink }}">
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ with .Site.Params.favicon -}}
|
<link rel="icon" href="/assets/logo/favicon/favicon.ico" type="image/x-icon" sizes="any" />
|
||||||
<link rel="icon" href="{{ . | relURL }}">
|
<link rel="apple-touch-icon" href="/assets/logo/favicon/apple-touch-icon.png" />
|
||||||
{{ end -}}
|
<link rel="manifest" href="/assets/logo/favicon/icon.manifest" />
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="author" content="{{ .Site.Params.Author }}">
|
<meta name="author" content="{{ .Site.Params.Author }}">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
{{ range .AlternativeOutputFormats -}}
|
{{ range .AlternativeOutputFormats -}}
|
||||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
<script defer data-domain="sabbatical.ipng.nl" data-api="/api/event" src="/js/script.js"></script>
|
<script defer data-domain="ipng.ch" data-api="/api/event" src="/js/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user