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/contact.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/contact.html.tera | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/contact.html.tera b/templates/contact.html.tera index 9876132..fd19907 100644 --- a/templates/contact.html.tera +++ b/templates/contact.html.tera @@ -1,5 +1,7 @@ {% extends "base" %} +{% block nav_contact %}active{% endblock %} + {% block header %} <div class="panel" id="title"> @@ -10,7 +12,7 @@ {% block content %} -<div class="info panel h-card" rel="author"> +<div class="content panel h-card" rel="author"> <h1 class="p-name">cel</h1> <h3>pronouns: <a class="u-url" rel="me" href="https://en.pronouns.page/@celblossom"><span class="p-x-pronoun-nominative">she</span>/<span class="p-x-pronoun-accusative">her</span></a></h3> |