aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 20:57:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 20:57:08 +0200
commite739c3bb76ec9487bfd614be4b3d1e01c4f7a454 (patch)
treec7a49477a91450c2e0a88e079feb5857aaff7b06 /templates/base.html
parent45b4b1f3d584081067cbacb9120dcea444aac043 (diff)
downloadmitjafelicijan.com-e739c3bb76ec9487bfd614be4b3d1e01c4f7a454.tar.gz
Simplified template
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index d646154..5ccf5dc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -197,6 +197,9 @@
197 </p> 197 </p>
198 </footer> 198 </footer>
199 199
200{{ if .Page.Meta.mathjax }}
201 <script src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js" async></script>
202{{ end }}
200 <script> 203 <script>
201 document.querySelectorAll("table").forEach(t => t.setAttribute("border", 1)); 204 document.querySelectorAll("table").forEach(t => t.setAttribute("border", 1));
202 </script> 205 </script>