You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.7 KiB
HTML
27 lines
1.7 KiB
HTML
<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">
|
|
{{ with .Site.Params.paige.bootstrap.styles_path }}
|
|
<link href="{{ relLangURL . }}" rel="stylesheet">
|
|
{{ else }}
|
|
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" rel="stylesheet">
|
|
{{ end }}
|
|
{{ with .Site.Params.paige.bootstrap.icons_path }}
|
|
<link href="{{ relLangURL . }}" rel="stylesheet">
|
|
{{ else }}
|
|
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css" integrity="sha384-b6lVK+yci+bfDmaY1u0zE8YYJt0TZxLEAFyYSLHId4xoVvsrQu3INevFKo+Xir8e" rel="stylesheet">
|
|
{{ end }}
|
|
{{ if or .Params.paige.math (and .Params.paige.show_full_pages (where .Pages "Params.paige.math" "eq" true)) }}
|
|
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css" integrity="sha384-Juol1FqnotbkyZUT5Z7gUPjQ9gzlwCENvUZTpQBAPxtusdwFLRy382PSDx5UUJ4/" rel="stylesheet">
|
|
{{ end }}
|
|
{{ if .AlternativeOutputFormats }}
|
|
{{ $title := partial "paige-func-title.html" . }}
|
|
{{ range .AlternativeOutputFormats }}
|
|
<link href="{{ .Permalink }}" rel="{{ .Rel }}" title="{{ $title }}" type="{{ .MediaType.Type }}">
|
|
{{ end }}
|
|
{{ end }}
|