summaryrefslogtreecommitdiff
path: root/themes/cranky/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/cranky/layouts')
-rw-r--r--themes/cranky/layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/cranky/layouts/_default/baseof.html b/themes/cranky/layouts/_default/baseof.html
index 57e17ce..0dadbcf 100644
--- a/themes/cranky/layouts/_default/baseof.html
+++ b/themes/cranky/layouts/_default/baseof.html
@@ -10,6 +10,7 @@
<meta name="description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}">
{{ if isset .Params "tags" }}<meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}">
{{ end -}}
+ {{ if .Param "math" }} {{ partialCached "math.html" . }} {{ end }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">