diff --git a/i18n/en.toml b/i18n/en.toml index 293e401..c9bb7b8 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -57,6 +57,9 @@ [searchRequiresJS] other = "Search (requires JavaScript)" +[series] + other = "Series" + [postsFromTo] other = "First post in {{ .from }}, last post in {{ .to }}" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d4de833..d6f5549 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,6 +8,7 @@ GitHub {{ i18n "resume" }} {{ i18n "tags" }} + {{ i18n "series" }} {{ i18n "favorites" }} {{ i18n "search" }} {{ i18n "allPosts" }}