diff options
author | cel 🌸 <cel@blos.sm> | 2023-01-16 01:38:58 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-01-16 01:38:58 +0000 |
commit | 3ac85babe9158c9557289c06cc78710384069177 (patch) | |
tree | e3a6180ae2f9177ef475b216c3334c7c7ddd0655 /templates/home.html.tera | |
parent | 1280b8d6a2a3f2a02179a1e51aef1891a04cc8dd (diff) | |
download | blossom-3ac85babe9158c9557289c06cc78710384069177.tar.gz blossom-3ac85babe9158c9557289c06cc78710384069177.tar.bz2 blossom-3ac85babe9158c9557289c06cc78710384069177.zip |
add FONTS
Diffstat (limited to '')
-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> |