diff options
Diffstat (limited to 'templates/contact.html.tera')
-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> |