remove anchors from related posts

This commit is contained in:
2026-02-21 12:23:05 -08:00
parent 3e61e004f4
commit e45e9b0f7a

View File

@ -5,7 +5,7 @@
{% if post.data.image %}
<img src="/img/{{ post.data.image.src }}" alt="{{ post.data.image.alt }}">
{% endif %}
<h2>{{ post.data.title }}</h2>
<h2 data-ha-exclude>{{ post.data.title }}</h2>
<ul class="postlist-tags">
{% for tag in post.data.tags | removeBasicTags %}
<li>{{ tag }}</li>