diff options
Diffstat (limited to 'templates/contact.html.tera')
-rw-r--r-- | templates/contact.html.tera | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/contact.html.tera b/templates/contact.html.tera index 5fd37b0..dc78959 100644 --- a/templates/contact.html.tera +++ b/templates/contact.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> {% endblock header %} |