Small fixes, new now-burning posts
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{% if postlistHeaderText %}<h2>{{ postlistHeaderText }}</h2>{% endif %}
|
||||
<div class="postlist-item-container">
|
||||
{% for post in postslist | reverse %}
|
||||
<article class="postlist-item{% if post.url == url %} postlist-item-active{% endif %}">
|
||||
<article class="postlist-item">
|
||||
|
||||
<div class="post-copy">
|
||||
<h3>
|
||||
|
Reference in New Issue
Block a user