diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 22:08:42 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 22:08:42 +0200 |
| commit | 2722361783caf2509bfb71d0f28369b8da22d28a (patch) | |
| tree | a0778db186f389894eccc16d39ccae37ba81e7a9 /templates | |
| parent | e739c3bb76ec9487bfd614be4b3d1e01c4f7a454 (diff) | |
| download | mitjafelicijan.com-2722361783caf2509bfb71d0f28369b8da22d28a.tar.gz | |
Simplified template
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 3 |
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> |
