fix weird spaces

This commit is contained in:
2026-03-27 12:35:25 -07:00
parent 073ad660e4
commit e14261bf4d
281 changed files with 3934 additions and 6336 deletions

View File

@ -6,9 +6,7 @@
<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 }}
{% if "blur" in post.data.tags %}(mature){% endif %}
</h2>
<h2 data-ha-exclude>{{ post.data.title }} {% if "blur" in post.data.tags %}(mature){% endif %}</h2>
<ul class="postlist-tags">
{% for tag in post.data.tags | removeBasicTags %}
<li>{{ tag }}</li>