about summary refs log tree commit diff homepage
path: root/_layout/foot.html
diff options
context:
space:
mode:
Diffstat (limited to '_layout/foot.html')
-rw-r--r--_layout/foot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layout/foot.html b/_layout/foot.html
index 95abfb5..43530ed 100644
--- a/_layout/foot.html
+++ b/_layout/foot.html
@@ -2,6 +2,6 @@
 <script src=/libs/katex/auto-render.min.js></script>
 <script>renderMathInElement(document.body)</script>{{end}}
 {{if hascode}}<script src=/libs/highlight/highlight.pack.js></script>
-<script>hljs.initHighlightingOnLoad();</script>{{end}}
+<script>hljs.initHighlightingOnLoad()</script>{{end}}
 </body>
 </html>