mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Update paginations for posts
This commit is contained in:
@@ -6,7 +6,7 @@ layout: default
|
||||
<h1>Stack Problems</h1>
|
||||
<hr />
|
||||
<ol class="posts">
|
||||
{% for post in site.posts %}
|
||||
{% for post in paginator.posts %}
|
||||
<li><a href="{{ post.url }}">{{ post.title }}</a> » <i><span>{{ post.date | date_to_string }}</span></i></li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user