From df324af3c11553c9b50749f411b65e3813ea055b Mon Sep 17 00:00:00 2001 From: Kenneth Gitere Date: Tue, 11 Feb 2020 09:55:44 +0300 Subject: [PATCH] Add MathJax Support --- layouts/partials/head.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 793405b..be2f29c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -59,3 +59,11 @@ {{ partial "extended_head.html" . }} + + +{{ if .Params.mathJaxSupport }} + + +{{ end }}