aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-05-07 21:16:52 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-05-07 21:16:52 +0200
commit71c8e54f076d0078d66ae721fb35844dd4fa28bc (patch)
tree41a3a5673d9a7d20ec089e9cc0e508e57d0181a5 /templates/post.html
parentd54bc243188a7fcdf6a15a6b7353565042c1f828 (diff)
downloadmitjafelicijan.com-71c8e54f076d0078d66ae721fb35844dd4fa28bc.tar.gz
Cleanup
Diffstat (limited to 'templates/post.html')
-rwxr-xr-xtemplates/post.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/post.html b/templates/post.html
index a36fc53..5e4ce80 100755
--- a/templates/post.html
+++ b/templates/post.html
@@ -11,4 +11,10 @@
11 {{ .Page.HTML }} 11 {{ .Page.HTML }}
12 </div> 12 </div>
13</section> 13</section>
14
15{{ if .Page.Meta.mathjax }}
16 <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
17 <script src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js" async></script>
18{{ end }}
19
14{{ end }} 20{{ end }}