diff --git a/src/index.html b/src/index.html
index e09e9cb3..59a9ad94 100644
--- a/src/index.html
+++ b/src/index.html
@@ -6,7 +6,9 @@ pagination:
reverse: true
alias: posts
---
-{% if pagination.pageNumber == 0 %}{% include "partials/now/topper.liquid" status:status %}{% endif %}
+{% if pagination.pageNumber == 0 %}
+ {% render "partials/now/topper.liquid" status:status %}
+{% endif %}
{% for post in pagination.items %}
{% if post.data.published %}
@@ -22,4 +24,4 @@ pagination:
{% endif %}
{% endfor %}
-{% include "partials/paginator.liquid" %}
+{% render "partials/paginator.liquid", pagination:pagination %}
\ No newline at end of file
diff --git a/src/links.html b/src/links.html
index a62a6ec2..9cec61a2 100644
--- a/src/links.html
+++ b/src/links.html
@@ -33,4 +33,4 @@ image: /assets/img/ogi/links.jpg
{% endif -%}
{% endfor %}
-{% include "partials/paginator.liquid" %}
\ No newline at end of file
+{% render "partials/paginator.liquid", pagination:pagination %}
\ No newline at end of file
diff --git a/src/posts/2024/renting-your-music-means-accepting-that-it-will-disappear.md b/src/posts/2024/renting-your-music-means-accepting-that-it-will-disappear.md
index e63c8043..b14cfcf7 100644
--- a/src/posts/2024/renting-your-music-means-accepting-that-it-will-disappear.md
+++ b/src/posts/2024/renting-your-music-means-accepting-that-it-will-disappear.md
@@ -22,4 +22,4 @@ Maybe listening via playlists that are designed to fit a mood lets you move with
I don't change what I listen to all that much and it's rare that a new artist lands in my collection. I'm not as interested in a new band that sounds like an old one when I can go back and listen to the band that originated that sound. Maybe I'm just old (that's fine too!).
-Streaming is, unarguably, convenient — but, it means you no longer have a collection you control. It means that what you can listen to is subject to the financial concerns of the streaming platform and it means that artists get paid less and less as streaming rates change. I don't have a compelling solution and, perhaps, one isn't needed given how widely adopted and accepted streaming is. I know I've lost interest in the model and I'm concerned for music (and media broadly) as it becomes commodified and availability remains a moving target.
+Streaming is, unarguably, convenient — but, it means you no longer have a collection you control. It means that what you can listen to is subject to the financial concerns of the streaming platform and it means that artists get paid less and less as streaming rates change. I don't have a compelling solution and, perhaps, one isn't needed given how widely adopted and accepted streaming is. I know I've lost interest in the model and I'm concerned for music (and media broadly) as it becomes commodified and availability remains a moving target.
\ No newline at end of file