From ecdf9d779112088b2a108a6268cc3c65b812e065 Mon Sep 17 00:00:00 2001 From: Gideon Wolfe <32942052+GideonWolfe@users.noreply.github.com> Date: Sat, 15 Jun 2019 15:09:28 -0700 Subject: [PATCH] Added support for math rendering [here](https://gohugo.io/content-management/formats/#enable-mathjax) is the Hugo docs for this. Since the footer is applied to every page, now inline math works! --- layouts/partials/footer.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2a04dbf..c56fb28 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -14,5 +14,8 @@ + + + {{ partial "extended_footer.html" . }}