diff options
| author | Francesco <tomaselli.fr@gmail.com> | 2024-04-24 14:53:00 +0200 | 
|---|---|---|
| committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-24 14:53:00 +0200 | 
| commit | 29e90e8ac131a181ea0acd5a21faa643109e1cbc (patch) | |
| tree | ccbd6484648e61d3f1e3ffcef36e82b1b71e045c /layouts/partials/head.html | |
| parent | 4652e8aa97bed57ac468ef6eae6d66365ac740e0 (diff) | |
Removed unnecessary math.js load
Diffstat (limited to 'layouts/partials/head.html')
| -rw-r--r-- | layouts/partials/head.html | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a16d7ea..962ebf4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,6 +4,9 @@  {{ partialCached "head/css.html" . }}  {{ partialCached "head/js.html" . }} +{{ if .Param "math" }} +{{ partialCached "math.html" . }} +{{ end }}  {{ if hugo.IsProduction }}  {{ template "_internal/google_analytics.html" . }} | 
