diff options
author | Wolfgang Müller | 2021-06-16 16:39:05 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-16 17:04:24 +0200 |
commit | 89adeed2396b1180273479af089eaca416081e4f (patch) | |
tree | d5a9b9e1c15f5aed6efc2917bf000dcde0d1154c /templates | |
parent | 41afb87e4237a7602eb127cf6676f84e6afb1990 (diff) | |
download | zunzuncito-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.html | 2 |
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"> |