diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-31 00:01:54 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-31 00:01:54 -0600 |
commit | 0348b658b52e93c9d0bd1ab9221dde74c8c8326a (patch) | |
tree | bca8f8fe2ee400db87924e69a0fc1088e0900829 /index.html | |
parent | 3f9c63805d443ce8a9ec931d5068690c9cecfa46 (diff) |
Fix paginationn
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ layout: default <div class="col-md-9"> <div class="well"> <ul style="list-style:none"> - {% for post in site.posts %} + {% for post in paginator.posts %} <li> <h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}</a></h2> <div class="post-content"> |