Skip to content
Snippets Groups Projects
Commit ea160465 authored by agusmakmun's avatar agusmakmun
Browse files

Update paginations for posts

parent 793915a6
No related merge requests found
...@@ -6,7 +6,7 @@ layout: default ...@@ -6,7 +6,7 @@ layout: default
<h1>Stack Problems</h1> <h1>Stack Problems</h1>
<hr /> <hr />
<ol class="posts"> <ol class="posts">
{% for post in site.posts %} {% for post in paginator.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a> &raquo; <i><span>{{ post.date | date_to_string }}</span></i></li> <li><a href="{{ post.url }}">{{ post.title }}</a> &raquo; <i><span>{{ post.date | date_to_string }}</span></i></li>
{% endfor %} {% endfor %}
</ol> </ol>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment