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/news.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/news.html')
-rw-r--r-- | blog/_includes/news.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/_includes/news.html b/blog/_includes/news.html index e9f6138..f7b893d 100644 --- a/blog/_includes/news.html +++ b/blog/_includes/news.html @@ -1,5 +1,5 @@ <section id="news"> - <h2>{% t home.latest_news %}</h2> + <h2>Nyheter</h2> {% for p in site.posts limit: 5 %} {% if p != page %} {% if include.sidebar %} |