mirror of https://github.com/lxndrblz/anatole.git

lxndrblz
07.03.2025 36d5001e105228bf6bbcfb7a33c12bd7bebf2268
layouts/partials/head.html
@@ -231,6 +231,7 @@
  <!-- Schema.org-->
  {{ partial "schema.html" . }}
  <!-- KaTeX-->
  {{ $noop := .WordCount }}
  {{ if .Page.Store.Get "hasMath" }}
@@ -241,7 +242,12 @@
      {{ 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 -}}