diff --git a/src/index.html b/src/index.html index 444e1849..15ba74fc 100644 --- a/src/index.html +++ b/src/index.html @@ -22,7 +22,7 @@ meta: src: https://coryd.dev/assets/img/avatar.webp --- -{% include "now-topper.liquid" %} {% for post in pagination.items %} {% if post.data.published %} +{% if pagination.pageNumber == 0 %}{% include "now-topper.liquid" %}{% endif %} {% for post in pagination.items %} {% if post.data.published %}