Enable local or remote Bootstrap and KaTeX files

This commit is contained in:
Will Faught
2022-12-31 17:11:15 -08:00
parent 6197d90116
commit 2dd574f2d8
8 changed files with 222 additions and 189 deletions

View File

@@ -0,0 +1,18 @@
<meta charset="utf-8">
{{ with partial "paige/func-authors" . }}
<meta content="{{ . }}" name="author">
{{ end }}
{{ with .Description }}
<meta content="{{ . }}" name="description">
{{ end }}
{{ if or .Keywords .Params.tags .Params.categories }}
<meta content="{{ delimit (sort (union (union .Keywords .Params.tags) .Params.categories)) `, ` }}" name="keywords">
{{ end }}
<meta content="{{ .Site.Params.paige.color | default `#0d6efd` }}" name="msapplication-TileColor">
{{ if ne (relLangURL "browserconfig.xml") "/browserconfig.xml" }}
<meta content="{{ relLangURL `browserconfig.xml` }}" name="msapplication-config" >
{{ end }}
<meta content="{{ .Site.Params.paige.color | default `#0d6efd` }}" name="theme-color">
<meta content="width=device-width, initial-scale=1" name="viewport">
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}