mirror of https://github.com/onweru/compose.git

weru
29.49.2021 b01cbe568ffd184d5b324c2ee9675d704274a99a
fix path #49
1 files modified
4 ■■■■ changed files
layouts/partials/head.html 4 ●●●● patch | view | raw | blame | history
layouts/partials/head.html
@@ -1,7 +1,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{- hugo.Generator }}
{{- $iconsPath := "/favicons/" }}
{{- $iconsPath := "favicons/" }}
<link rel="apple-touch-icon" sizes="180x180" href='{{ absURL (printf "%sapple-touch-icon.png" $iconsPath) }}'>
<link rel="icon" type="image/png" sizes="32x32" href='{{ absURL (printf "%sfavicon-32x32.png" $iconsPath) }}'>
<link rel="icon" type="image/png" sizes="16x16" href='{{ absURL (printf "%sfavicon-16x16.png" $iconsPath) }}'>
@@ -40,4 +40,4 @@
{{ else if .Site.Params.Description }}
  <meta name="descripion" content="{{.Site.Params.Description }}">
{{ end }}
{{- partialCached "hooks/head" . }}
{{- partialCached "hooks/head" . }}