Pagination, feed update, slash pages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<section class="postlist microblog-list">
|
||||
{% if postlistHeaderText %}<h2>{{ postlistHeaderText }}</h2>{% endif %}
|
||||
<div class="postlist-item-container">
|
||||
{% for post in postslist | reverse %}
|
||||
{% for post in postslist %}
|
||||
<article class="postlist-item">
|
||||
|
||||
<div class="post-copy">
|
||||
|
||||
Reference in New Issue
Block a user