From e431d65659148919ae8c60d1c1873abd039c40be Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 31 Jan 2023 18:54:42 -0800 Subject: [PATCH] Add series to the article header --- i18n/en.toml | 3 +++ layouts/partials/header.html | 1 + 2 files changed, 4 insertions(+) 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" }}