remove anchors from related posts
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
{% if post.data.image %}
|
{% if post.data.image %}
|
||||||
<img src="/img/{{ post.data.image.src }}" alt="{{ post.data.image.alt }}">
|
<img src="/img/{{ post.data.image.src }}" alt="{{ post.data.image.alt }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h2>{{ post.data.title }}</h2>
|
<h2 data-ha-exclude>{{ post.data.title }}</h2>
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
{% for tag in post.data.tags | removeBasicTags %}
|
{% for tag in post.data.tags | removeBasicTags %}
|
||||||
<li>{{ tag }}</li>
|
<li>{{ tag }}</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user