From f7131b852c48742226934105df68229f3a1408a8 Mon Sep 17 00:00:00 2001 From: Francesco Date: Sun, 28 Apr 2024 23:27:46 +0200 Subject: Fixed overflow on Katex for mobile, woff2 for Literata --- layouts/partials/footer.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'layouts/partials/footer.html') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 84057aa..9f307e1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,4 +2,8 @@ Hugo and tomfran/typo -

\ No newline at end of file +

+ +{{ if .Param "math" }} +{{ partialCached "math.html" . }} +{{ end }} \ No newline at end of file -- cgit v1.2.3