diff options
| -rw-r--r-- | blog_experiment/blog/html.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog_experiment/blog/html.py b/blog_experiment/blog/html.py index 7293d395..a114318a 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", ), {}, ) |
