diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-07 21:16:52 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-07 21:16:52 +0200 |
| commit | 71c8e54f076d0078d66ae721fb35844dd4fa28bc (patch) | |
| tree | 41a3a5673d9a7d20ec089e9cc0e508e57d0181a5 /templates/post.html | |
| parent | d54bc243188a7fcdf6a15a6b7353565042c1f828 (diff) | |
| download | mitjafelicijan.com-71c8e54f076d0078d66ae721fb35844dd4fa28bc.tar.gz | |
Cleanup
Diffstat (limited to 'templates/post.html')
| -rwxr-xr-x | templates/post.html | 6 |
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 }} |
