diff options
| author | alex <alex@pdp7.net> | 2023-10-07 20:01:56 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-10-07 20:01:56 +0200 |
| commit | bf8b87730aa24524c0974cd4083a30c0d1c411a1 (patch) | |
| tree | 4a0f5d375073015ff477d71163bda1360501e8b7 /blog_experiment/blog/html.py | |
| parent | 53f59905152843b778a18b54b01fb8486448967a (diff) | |
Avoid doctype warning
Diffstat (limited to 'blog_experiment/blog/html.py')
| -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", ), {}, ) |
