From 8f57acc3040b864b0ed3a9890529307b5ca310f2 Mon Sep 17 00:00:00 2001 From: Juan Pablo Valencia Date: Sat, 23 Nov 2024 13:07:57 +0200 Subject: move math block to baseof.html --- layouts/_default/baseof.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 08a2d25..462b2e8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -27,7 +27,11 @@ - + + {{ if .Param "math" }} + {{ partialCached "math.html" . }} + {{ end }} +