Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZian Chi <zianchi@outlook.com>2018-08-31 01:17:03 +0300
committerZian Chi <zianchi@outlook.com>2018-08-31 01:17:03 +0300
commit73beb6f994877d17c17d3de3d315e28b423ec650 (patch)
tree05ae547595f9840a0e273a84a83fc3499f52a3b7
parentf1285b9e60bf8c22ed80207b27ee58ed347c44db (diff)
add KaTex and enable auto-render
-rw-r--r--layouts/partials/head_custom.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html
index 113ca35..ead4da1 100644
--- a/layouts/partials/head_custom.html
+++ b/layouts/partials/head_custom.html
@@ -6,7 +6,9 @@
document.addEventListener("DOMContentLoaded", function() {
renderMathInElement(document.body);
});
- </script><header>
+ </script>
+
+<header>
<!--
Syntax highlighting - defaults to atom light theme.