diff --git a/content/pages/de/index.md b/content/pages/de/index.md
index 1c3b99a865c4b789bf76752b63371fa593f9adca..4d2f2df5e637e8f6d48574dff959a9ea207ca1c2 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 e585b95fae879f1d3ac23be2220088e08245b21a..75f337f12ea66b0a8a72427d2165ab32ce9ba2d0 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'),