diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html
index 6112a25..00c1124 100644
--- a/layouts/partials/pagination.html
+++ b/layouts/partials/pagination.html
@@ -3,7 +3,7 @@
{{ if .Paginator.HasPrev }}
- ← {{ with .Site.Params.newerPosts }}{{ . }}{{ else }}Newser Posts{{ end }}
+ ← {{ with .Site.Params.newerPosts }}{{ . }}{{ else }}Newer Posts{{ end }}
{{ end }}