Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-25 01:14:16 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-25 01:14:16 +0300
commit6b31b55eab3a49c3caa9d6ad789068eb4920979d (patch)
tree02b9a2989d03c6907b2e31c6111bc83db9238f35 /i18n
parentd4fac39da375127cc8bcacb8c3c02b8b7e5ec047 (diff)
Adjust pagination to new style
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 2e0c2f0..72308e0 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -7,7 +7,7 @@
[olderPosts]
other = "Older Posts"
[pageOf]
- other = "Page {{ .PageNumber }} of {{.TotalPages}}"
+ other = "Page {{ .PageNumber }} of {{ .TotalPages }}"
[postedOn]
other = "Posted on"
[readMore]