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/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog/_includes/head.html') diff --git a/blog/_includes/head.html b/blog/_includes/head.html index eac4a09..08367a9 100644 --- a/blog/_includes/head.html +++ b/blog/_includes/head.html @@ -5,7 +5,7 @@ {{ site.title }} {% if page.title %} - - {% page_title page.title %} + - {{ page.title }} {% endif %} -- cgit v1.2.3