aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 22:08:42 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 22:08:42 +0200
commit2722361783caf2509bfb71d0f28369b8da22d28a (patch)
treea0778db186f389894eccc16d39ccae37ba81e7a9
parente739c3bb76ec9487bfd614be4b3d1e01c4f7a454 (diff)
downloadmitjafelicijan.com-2722361783caf2509bfb71d0f28369b8da22d28a.tar.gz
Simplified template
-rw-r--r--templates/base.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 5ccf5dc..d646154 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -197,9 +197,6 @@
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 }}
203 <script> 200 <script>
204 document.querySelectorAll("table").forEach(t => t.setAttribute("border", 1)); 201 document.querySelectorAll("table").forEach(t => t.setAttribute("border", 1));
205 </script> 202 </script>