diff options
Diffstat (limited to 'blog')
-rw-r--r-- | blog/_i18n/en.yml | 2 | ||||
-rw-r--r-- | blog/_i18n/nb.yml | 2 | ||||
-rw-r--r-- | blog/archive.html | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/blog/_i18n/en.yml b/blog/_i18n/en.yml index 63aef3a..4b5f01a 100644 --- a/blog/_i18n/en.yml +++ b/blog/_i18n/en.yml @@ -5,7 +5,7 @@ global: titles: home: Home - all_news: All news + all_news: News archive home: latest_news: Latest news diff --git a/blog/_i18n/nb.yml b/blog/_i18n/nb.yml index a9e79cd..44bc83a 100644 --- a/blog/_i18n/nb.yml +++ b/blog/_i18n/nb.yml @@ -5,7 +5,7 @@ global: titles: home: Hjem - all_news: Alle nyheter + all_news: Nyhetsarkiv home: latest_news: Siste nyheter diff --git a/blog/archive.html b/blog/archive.html index 5d6af7a..b85122a 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -1,5 +1,6 @@ --- layout: default +title: titles.all_news --- <h1>{% t titles.all_news %}</h1> |