From 976f619b2f86d586e77110c480699037b2b67a47 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Mon, 23 Mar 2020 20:40:53 +0100 Subject: Update mermaid to 8.4.8, move KaTeX to static folder --- layouts/shortcodes/katex.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'layouts') diff --git a/layouts/shortcodes/katex.html b/layouts/shortcodes/katex.html index ce7a6d9..cc98a7d 100644 --- a/layouts/shortcodes/katex.html +++ b/layouts/shortcodes/katex.html @@ -1,9 +1,8 @@ {{ if not (.Page.Scratch.Get "katex") }} - - - + + + {{ .Page.Scratch.Set "katex" true }} {{ end }} -- cgit v1.2.3