Compare commits

..

No commits in common. "f8bfa1c74feb0814cb0210c1a931626fe27bc331" and "2960129e775a07545ec059600e8ca5c4e32af6ce" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,6 @@ enableEmoji = true
colorScheme = "auto"
hideColorSchemeToggle = false
maxSeeAlsoItems = 5
mask_icon_color = "#e76f51"
[[params.social]]
name = "Mastodon"

View file

@ -86,9 +86,10 @@
<link rel="apple-touch-icon" href="{{ .Site.Params.touchicon | default "/images/apple-touch-icon.png" | relURL }}">
<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="{{ .Site.Params.mask_icon_color | default "#5bbad5" }}">
<link rel="mask-icon" href="{{ .Site.Params.mask_icon | default "/images/safari-pinned-tab.svg" | relURL }}" color="#e76f51">
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}