diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 124c517..3e2004a 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,12 +1,12 @@
\ No newline at end of file
diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html
index dec402d..6112a25 100644
--- a/layouts/partials/pagination.html
+++ b/layouts/partials/pagination.html
@@ -3,14 +3,14 @@
{{ if .Paginator.HasPrev }}
- ← Newer Posts
+ ← {{ with .Site.Params.newerPosts }}{{ . }}{{ else }}Newser Posts{{ end }}
{{ end }}
{{ if .Paginator.HasNext }}
- Older Posts →
+ {{ with .Site.Params.olderPosts }}{{ . }}{{ else }}Older Posts{{ end }} →
{{ end }}