Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index e4c5145..0fa4cc4 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -18,15 +18,11 @@
<![endif]-->
` | safeHTML }}
- <link rel="shortcut icon" href="{{ "img/favicon.ico" | absURL }}">
- <link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
- <link rel="manifest" href="/img/site.webmanifest">
+ {{- partial "favicon.html" . -}}
{{ with .OutputFormats.Get "RSS" }}
{{ printf `<link href="%s" rel="%s" type="%s" title="%s" />` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }}
{{ end }}
- {{ template "opengraph.html" . }}
+ {{- partial "opengraph.html" . -}}
{{ template "_internal/twitter_cards.html" . }}
{{ template "_internal/google_analytics.html" . }}
</head>