From dfc3f56d2adc2e7bfb071814892e3e9ca6af7ce6 Mon Sep 17 00:00:00 2001 From: rolstenhouse Date: Fri, 27 Sep 2024 17:22:46 -0700 Subject: [PATCH] fix build error --- _layouts/post.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/post.html b/_layouts/post.html index 4d5c3d7..7ce4111 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,6 +27,7 @@

{{ page.title }}

{% assign sorted_posts = site.writing | sort: 'date' %} {% for post in sorted_posts %} {% if post.url == page.url %} {% assign prevIndex = forloop.index0 | minus: 1 %} {% assign nextIndex = forloop.index0 | plus: + 1 %} {% break %} {% endif %} {% endfor %}
{% if prevIndex >= 0 %}