|
@@ -12,6 +12,14 @@
|
|
{{- $title := print .Title " - " .Site.Title }}
|
|
{{- $title := print .Title " - " .Site.Title }}
|
|
{{ if .IsHome }} {{ $title = .Site.Title }} {{ end }}
|
|
{{ if .IsHome }} {{ $title = .Site.Title }} {{ end }}
|
|
<title>{{ $title }}</title>
|
|
<title>{{ $title }}</title>
|
|
|
|
+
|
|
|
|
+ <!-- favicons -->
|
|
|
|
+ <link rel="apple-touch-icon" sizes="180x180" href="/imgs/favicons/apple-touch-icon.png">
|
|
|
|
+ <link rel="icon" type="image/png" sizes="32x32" href="/imgs/favicons/favicon-32x32.png">
|
|
|
|
+ <link rel="icon" type="image/png" sizes="16x16" href="/imgs/favicons/favicon-16x16.png">
|
|
|
|
+ <link rel="manifest" href="/site.webmanifest">
|
|
|
|
+ <meta name="msapplication-TileColor" content="#da532c">
|
|
|
|
+ <meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
<meta name="canonical" content="{{ .Permalink }}" />
|
|
<meta name="canonical" content="{{ .Permalink }}" />
|
|
|
|
|