From 31faf6e11e981a0811e8e68be2a9cdfc74605192 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Wed, 18 Mar 2020 19:18:54 +0100
Subject: [PATCH] Fix file name of german index

---
 content/pages/de/index.md | 2 +-
 pelicanconf.py            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/pages/de/index.md b/content/pages/de/index.md
index 1c3b99a8..4d2f2df5 100644
--- a/content/pages/de/index.md
+++ b/content/pages/de/index.md
@@ -1,5 +1,5 @@
 template: page_with_carousel
-save_as: index_de.html
+save_as: index.html
 author: foo
 title: Landing page
 date: 2020-02-29
diff --git a/pelicanconf.py b/pelicanconf.py
index e585b95f..75f337f1 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -26,7 +26,7 @@ AUTHOR_FEED_RSS = None
 
 # Navbar
 MENUITEMS = [
-    ('Home', '/index_de.html'),
+    ('Home', '/index.html'),
     ('News', '/archives.html'),
     ('Foo', [
         ('Bar', '/bar.html'),
-- 
GitLab