diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-06-02 12:32:08 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-06-02 12:32:08 +0200 |
commit | dd855082221faf4ec254165a4453355485ed6ac1 (patch) | |
tree | 4e9cecb9b910526d822a12ebc3912b71e131b676 /layouts/partials/head.html | |
parent | 4fc79036614c35eb5f8721b0750698710de34971 (diff) | |
download | hugo-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.html | 5 |
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> |