summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-08-31 00:01:54 -0600
committerHombreLaser <sebastian-440@live.com>2023-08-31 00:01:54 -0600
commit0348b658b52e93c9d0bd1ab9221dde74c8c8326a (patch)
treebca8f8fe2ee400db87924e69a0fc1088e0900829 /index.html
parent3f9c63805d443ce8a9ec931d5068690c9cecfa46 (diff)
Fix paginationn
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index ad4d006..f38faa5 100644
--- a/index.html
+++ b/index.html
@@ -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">