diff options
Diffstat (limited to '')
-rw-r--r-- | templates/home.html.tera | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/home.html.tera b/templates/home.html.tera index 1a2a453..483c2f9 100644 --- a/templates/home.html.tera +++ b/templates/home.html.tera @@ -4,9 +4,11 @@ {% block header %} -<div class="panel" id="title"> - <h1>cel 🌸</h1> -</div> +<header> + <div class="panel" id="title"> + <h1>cel 🌸</h1> + </div> +</header> {% if is_live %} <iframe |