diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-10-02 17:51:04 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-10-02 17:53:35 +0200 |
commit | 310aef87648649cfafcb466cd34b15ca13b8ec4d (patch) | |
tree | 388f835776ed9d3509699bef851c1e193cd2f63a /themes/elenq/templates/base.html | |
parent | b081df6079ec6641ac5bdb7c7875f5de7d51f81c (diff) |
It breaks support of things like <details> and such because it tries to
be compatible with HTML4. Nonsense.
Just embrace HTML5.
Diffstat (limited to 'themes/elenq/templates/base.html')
-rw-r--r-- | themes/elenq/templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/elenq/templates/base.html b/themes/elenq/templates/base.html index a319067..dd76a7a 100644 --- a/themes/elenq/templates/base.html +++ b/themes/elenq/templates/base.html @@ -35,7 +35,6 @@ {% endif %} {% endblock head %} - <link rel="stylesheet" href="/{{ THEME_STATIC_DIR }}/css/normalize.css"> <link rel="stylesheet" href="/{{ THEME_STATIC_DIR }}/css/elenq.css"> <link rel="stylesheet" href="/{{ THEME_STATIC_DIR }}/css/elenq-pelican.css"> <link rel="stylesheet" href="/{{ THEME_STATIC_DIR }}/css/fonts.css"> |