diff --git a/src/themes/oscar/layouts/partials/posts/pagination.html b/src/themes/oscar/layouts/partials/posts/pagination.html
index 7bdc3aa..0a36333 100644
--- a/src/themes/oscar/layouts/partials/posts/pagination.html
+++ b/src/themes/oscar/layouts/partials/posts/pagination.html
@@ -1,7 +1,7 @@
- {{- if .PrevPage }}
- ← {{ .PrevPage.Title }}
+ {{- if .NextInSection }}
+ ← {{ .NextInSection.Title }}
{{- end }}
- {{- if .NextPage }}
- | {{ .NextPage.Title }} →
+ {{- if .PrevInSection }}
+ | {{ .PrevInSection.Title }} →
{{- end }}