From 7cacf1d169b2c86709f73976246396f83e295e8e Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 28 Aug 2017 14:03:48 +0200 Subject: Get rid of multiple-laguages plugin. Move all posts to the regular _post directory, but under corresponding language subdirs. Also replace the generic pages with language specific ones. This should make the urls nicer and more coherent too. Finally, get rid of the "t"-translate tag. Will probably have to reintroduce a similar tag later, but for now, just hardcode norwegian labels. --- blog/_includes/language-switcher.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blog/_includes/language-switcher.html') diff --git a/blog/_includes/language-switcher.html b/blog/_includes/language-switcher.html index ee2edfc..604c914 100644 --- a/blog/_includes/language-switcher.html +++ b/blog/_includes/language-switcher.html @@ -1,7 +1,7 @@ {% if site.lang == "nb" %} - {% t global.english %} + English {% else if site.lang == "en" %} - {% t global.norwegian %} + Norsk {% endif %} -- cgit v1.2.3