diff options
Diffstat (limited to 'templates/home.html.tera')
-rw-r--r-- | templates/home.html.tera | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/home.html.tera b/templates/home.html.tera index cf14f54..7ffd4aa 100644 --- a/templates/home.html.tera +++ b/templates/home.html.tera @@ -1,5 +1,7 @@ {% extends "base" %} +{% block nav_home %}active{% endblock %} + {% block header %} <div class="panel" id="title"> @@ -26,7 +28,7 @@ {% block content %} -<div class="info panel"> +<div class="content panel"> <h2>hallo i am celeste welcome 2 my site 🌟</h2> <p>this is where i dump everything</p> <p>i wish u a wonderful day</p> |