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/_default/baseof.html | |
parent | 4652e8aa97bed57ac468ef6eae6d66365ac740e0 (diff) |
Removed unnecessary math.js load
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 524af7f..e5ac09e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,9 +4,6 @@ <head> {{ partial "head.html" . }} - {{ if .Param "math" }} - {{ partialCached "math.html" . }} - {{ end }} </head> {{ $theme := "auto"}} @@ -28,7 +25,7 @@ </div> <footer> - {{ partial "footer.html" . }} + {{ partialCached "footer.html" . }} </footer> </body> @@ -71,7 +68,6 @@ setTheme(); - </script> |