You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
759 B
18 lines
759 B
{{- if not .Site.Params.app.noFavicon -}}
|
|
{{- with .Site.Params.app.svgFavicon -}}
|
|
<link rel="icon" href="{{ . }}">
|
|
{{- else -}}
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
{{- end -}}
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
{{- with .Site.Params.app.iconColor -}}
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="{{ . }}">
|
|
{{- end -}}
|
|
{{- if eq .Site.Params.enablePWA true -}}
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
{{- end -}}
|
|
{{- end -}}
|
|
|
|
<link rel="canonical" href="{{ .Permalink }}" />
|
|
|