summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorWolfgang Müller2021-06-16 16:39:05 +0200
committerWolfgang Müller2021-06-16 17:04:24 +0200
commit89adeed2396b1180273479af089eaca416081e4f (patch)
treed5a9b9e1c15f5aed6efc2917bf000dcde0d1154c /templates
parent41afb87e4237a7602eb127cf6676f84e6afb1990 (diff)
downloadzunzuncito-89adeed2396b1180273479af089eaca416081e4f.tar.gz
Use "title" class for the header in the banner
This improves the readability and consistency of the CSS.
Diffstat (limited to 'templates')
-rw-r--r--templates/macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/macros.html b/templates/macros.html
index 6071769..a331606 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -6,7 +6,7 @@
<div class="info">
<a class="bold-hover" title="permalink to this post" href="{{ post.permalink }}">{% if mention %}№ {{ post.slug }} {% else %}§{% endif %}</a>
<time class="mute" datetime="{{ post.date }}" title="{{ post.date }}">{{ post.date | date(format="%F %R") }}</time>
- {%- if class != "single" %}<h2 class="mute">{{ post.title }}</h2>{% endif %}
+ {%- if class != "single" %}<h2 class="mute title">{{ post.title }}</h2>{% endif %}
</div>
{%- if "tags" in post.taxonomies %}
<nav class="tags">