From 667440d2e3276f11961f425ab28939ca5836c904 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Fri, 9 Dec 2022 15:38:44 -0800 Subject: [PATCH] Serve KaTeX JS if we're editing live --- layouts/partials/head.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a28a96b..cfbc4be 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -23,5 +23,13 @@ + {{ if .Site.IsServer }} + + + + {{ end }} + + {{ .Title }}