ok finishing up the blur stuff and also building
This commit is contained in:
@ -6,7 +6,9 @@
|
||||
<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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user