This commit is contained in:
parent
965829e243
commit
f8bfa1c74f
|
@ -26,6 +26,7 @@ enableEmoji = true
|
|||
colorScheme = "auto"
|
||||
hideColorSchemeToggle = false
|
||||
maxSeeAlsoItems = 5
|
||||
mask_icon_color = "#e76f51"
|
||||
|
||||
[[params.social]]
|
||||
name = "Mastodon"
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
<link rel="apple-touch-icon" sizes="180x180" href="{{ .Site.Params.touchicon | default "/images/apple-touch-icon.png" | relURL }}">
|
||||
|
||||
<link rel="manifest" href="{{ .Site.Params.manifest | default "/site.webmanifest" | relURL }}">
|
||||
<link rel="mask-icon" href="{{ .Site.Params.mask_icon | default "/images/safari-pinned-tab.svg" | relURL }}" color="#e76f51">
|
||||
<link rel="mask-icon" href="{{ .Site.Params.mask_icon | default "/images/safari-pinned-tab.svg" | relURL }}" color="{{ .Site.Params.mask_icon_color | default "#5bbad5" }}">
|
||||
|
||||
{{ range .AlternativeOutputFormats -}}
|
||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
|
||||
|
|
Loading…
Reference in a new issue