couple small fixes: home title attr, add mising tag, move post topics up in postlist
This commit is contained in:
@ -4,14 +4,14 @@
|
||||
<a class="postlink" href="{{ post.url }}">
|
||||
<h2 data-ha-exclude>{{ post.data.title }} {% if "blur" in post.data.tags %}(mature){% endif %}</h2>
|
||||
{% if post.data.image %}
|
||||
<img src="/img/{{ post.data.image.src }}" alt="{{ post.data.image.alt }}"
|
||||
{% if "blur" in post.data.tags %}class="blur"{% endif %}>
|
||||
{% endif %}
|
||||
<ul class="postlist-tags">
|
||||
{% for tag in post.data.tags | removeBasicTags %}
|
||||
<li>{{ tag }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<img src="/img/{{ post.data.image.src }}" alt="{{ post.data.image.alt }}"
|
||||
{% if "blur" in post.data.tags %}class="blur"{% endif %}>
|
||||
{% endif %}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user