| | |
| | | <!-- Schema.org--> |
| | | {{ partial "schema.html" . }} |
| | | |
| | | |
| | | <!-- KaTeX--> |
| | | {{ $noop := .WordCount }} |
| | | {{ if .Page.Store.Get "hasMath" }} |
| | |
| | | {{ else with.Value -}} |
| | | {{ with resources.Copy (printf "css/katex%s.css" (cond hugo.IsProduction ".min" "")) . }} |
| | | {{ $secureCSS := . | resources.Fingerprint "sha512" -}} |
| | | <link rel="stylesheet" href="{{- .RelPermalink -}}" integrity="{{- $secureCSS.Data.Integrity -}}" crossorigin="anonymous"> |
| | | <link |
| | | rel="stylesheet" |
| | | href="{{- .RelPermalink -}}" |
| | | integrity="{{- $secureCSS.Data.Integrity -}}" |
| | | crossorigin="anonymous" |
| | | /> |
| | | {{ end -}} |
| | | {{ end -}} |
| | | {{ end -}} |