aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-06-02 12:32:08 +0200
committerOscar Najera <hi@oscarnajera.com>2024-06-02 12:32:08 +0200
commitdd855082221faf4ec254165a4453355485ed6ac1 (patch)
tree4e9cecb9b910526d822a12ebc3912b71e131b676 /layouts/partials/head.html
parent4fc79036614c35eb5f8721b0750698710de34971 (diff)
downloadhugo-minimalist-theme-dd855082221faf4ec254165a4453355485ed6ac1.tar.gz
hugo-minimalist-theme-dd855082221faf4ec254165a4453355485ed6ac1.tar.bz2
hugo-minimalist-theme-dd855082221faf4ec254165a4453355485ed6ac1.zip
More WC3 compliant html5
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 35384ba..d1b3178 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -31,8 +31,5 @@
{{ end -}}
- <script
- type="text/javascript"
- src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
- ></script>
+ <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
</head>