From: alex Date: Sat, 7 Oct 2023 18:01:56 +0000 (+0200) Subject: Avoid doctype warning X-Git-Tag: 20240214-emacs~257 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=bf8b87730aa24524c0974cd4083a30c0d1c411a1;p=alex.git Avoid doctype warning --- diff --git a/blog_experiment/blog/html.py b/blog_experiment/blog/html.py index 7293d39..a114318 100644 --- a/blog_experiment/blog/html.py +++ b/blog_experiment/blog/html.py @@ -23,6 +23,7 @@ def html_template(*content): h.H2("Hay otros como él, pero este es el mío"), *content, ), + doctype="html", ), {}, )