diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-08-28 14:03:48 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-08-28 14:03:48 +0200 |
commit | 7cacf1d169b2c86709f73976246396f83e295e8e (patch) | |
tree | 166aaccd337a17de275503ace6949a18a344385e /blog/_includes/head.html | |
parent | a7c533ccc4eaa66e5d6314df762b87548dffa054 (diff) | |
download | norsk-urskog-main-7cacf1d169b2c86709f73976246396f83e295e8e.tar.gz norsk-urskog-main-7cacf1d169b2c86709f73976246396f83e295e8e.tar.bz2 norsk-urskog-main-7cacf1d169b2c86709f73976246396f83e295e8e.zip |
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.
Diffstat (limited to 'blog/_includes/head.html')
-rw-r--r-- | blog/_includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <title> {{ site.title }} {% if page.title %} - - {% page_title page.title %} + - {{ page.title }} {% endif %} </title> <meta name="description" content="{{ site.description }}"> |