blur adulty matieral

This commit is contained in:
2026-03-27 12:23:26 -07:00
parent ac1903c5a1
commit 8ab1cb687b
9 changed files with 18 additions and 5 deletions

View File

@ -1,9 +1,10 @@
<ol id="postlist">
{% for post in postlist %}
<li class="post">
<li class="post">
<a class="postlink" href="{{ post.url }}">
{% 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 }}"
{% if "blur" in post.data.tags %}class="blur"{% endif %}>
{% endif %}
<h2 data-ha-exclude>{{ post.data.title }}</h2>
<ul class="postlist-tags">