diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html index b0f98da..c561c09 100644 --- a/layouts/partials/pagination.html +++ b/layouts/partials/pagination.html @@ -1,6 +1,6 @@ {{ if or ( .Paginator.HasPrev ) ( .Paginator.HasNext ) }} - {{ $toNewPostsMessage := i18n "toNewPosts" | humanize }} - {{ $toOldPostsMessage := i18n "toOldPosts" | humanize }} + {{ $toNewPostsMessage := i18n "toNewPosts" }} + {{ $toOldPostsMessage := i18n "toOldPosts" }} -{{ end }} \ No newline at end of file +{{ end }}