summaryrefslogtreecommitdiffstatshomepage
path: root/templates/macros.html
diff options
context:
space:
mode:
authorWolfgang Müller2022-11-04 20:33:38 +0100
committerWolfgang Müller2022-11-04 20:33:38 +0100
commit2666c5768042bd0c7de7b774d82c6bd7bd02b9fb (patch)
treed540057fbd1b3112326d4a604b56974e28bf6bf4 /templates/macros.html
parent71a942c6e9f04ff26b8404910a8a00adb51d7280 (diff)
downloadzunzuncito-2666c5768042bd0c7de7b774d82c6bd7bd02b9fb.tar.gz
Use "related" instead of "mentions"
Whilst we specifically mention related or relevant posts in some cases, sometimes related posts are added without any commentary. In that case it is confusing to name them "mentioned" without there being any mention of them in the post itself. Naming these kinds of posts "related" makes more sense and is clearer.
Diffstat (limited to 'templates/macros.html')
-rw-r--r--templates/macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/macros.html b/templates/macros.html
index f69eb08..dc621f9 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -4,7 +4,7 @@
<img class="avatar" alt="{{ config.extra.author }}" src="{{ config.extra.avatar }}" width="64" />
<div class="banner smaller">
<div class="info">
- <a class="bold-hover" title="permalink to this post" href="{{ post.permalink }}">{% if class == "mention" %}№ {{ post.slug }} {% else %}§{% endif %}</a>
+ <a class="bold-hover" title="permalink to this post" href="{{ post.permalink }}">{% if class == "related" %}№ {{ post.slug }} {% else %}§{% endif %}</a>
<time class="mute" datetime="{{ post.date }}" title="{{ post.date }}">{{ post.date | date(format="%F") }}</time>
<h2 class="mute title">{{ post.title }}</h2>
</div>