From 4c380d5291e49c687b2ce90974b58b975d131c3b Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 15 Feb 2024 12:27:20 -0500 Subject: Implement mathjax and continue guitar hero --- themes/cranky/layouts/_default/baseof.html | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/cranky/layouts/_default') 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 @@ {{ if isset .Params "tags" }} {{ end -}} + {{ if .Param "math" }} {{ partialCached "math.html" . }} {{ end }} -- cgit v1.2.3