diff options
Diffstat (limited to '')
-rw-r--r-- | templates/base.html.tera | 4 | ||||
-rw-r--r-- | templates/contact.html.tera | 8 | ||||
-rw-r--r-- | templates/home.html.tera | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/templates/base.html.tera b/templates/base.html.tera index a73fe4a..4f8aa3a 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -27,12 +27,8 @@ <div id="page"> - <header> - {% block header %} {% endblock header %} - - </header> <nav class="panel"> <ul id="nav"> 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 %} 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 |