summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html6
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>