|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
<link href="/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
|
|
|
|
|
<link href="/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
|
|
|
|
|
<link href="/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
|
|
|
|
|
<link href="/favicon.png" rel="icon" type="image/png">
|
|
|
|
|
<link href="/favicon.svg" rel="icon" type="image/svg+xml">
|
|
|
|
|
<link color="{{ .Site.Params.paige.color | default `#0d6efd` }}" href="/safari-pinned-tab.svg" rel="mask-icon">
|
|
|
|
|
<link href="/site.webmanifest" rel="manifest">
|
|
|
|
|
<link href="{{ relLangURL `apple-touch-icon.png` }}" rel="apple-touch-icon" sizes="180x180">
|
|
|
|
|
<link href="{{ relLangURL `favicon-16x16.png` }}" rel="icon" sizes="16x16" type="image/png">
|
|
|
|
|
<link href="{{ relLangURL `favicon-32x32.png` }}" rel="icon" sizes="32x32" type="image/png">
|
|
|
|
|
<link href="{{ relLangURL `favicon.png` }}" rel="icon" type="image/png">
|
|
|
|
|
<link href="{{ relLangURL `favicon.svg` }}" rel="icon" type="image/svg+xml">
|
|
|
|
|
<link color="{{ .Site.Params.paige.color | default `#0d6efd` }}" href="{{ relLangURL `safari-pinned-tab.svg` }}" rel="mask-icon">
|
|
|
|
|
<link href="{{ relLangURL `site.webmanifest` }}" rel="manifest">
|
|
|
|
|
{{ with .Site.Params.paige.bootstrap.styles_path }}
|
|
|
|
|
<link href="{{ relLangURL . }}" rel="stylesheet">
|
|
|
|
|
{{ else }}
|
|
|
|
|