From 8dca4f390a64e364252dcf59252ad95d00cd0952 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Wed, 18 Mar 2020 19:15:24 +0100
Subject: [PATCH] Fix save_as

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

diff --git a/content/pages/de/index.md b/content/pages/de/index.md
index 4d2f2df5..1c3b99a8 100644
--- a/content/pages/de/index.md
+++ b/content/pages/de/index.md
@@ -1,5 +1,5 @@
 template: page_with_carousel
-save_as: index.html
+save_as: index_de.html
 author: foo
 title: Landing page
 date: 2020-02-29
diff --git a/content/pages/en/index.md b/content/pages/en/index.md
index 38772eb3..155a747b 100644
--- a/content/pages/en/index.md
+++ b/content/pages/en/index.md
@@ -1,5 +1,5 @@
 template: page_with_carousel
-save_as: index.html
+save_as: index_en.html
 author: foo
 title: Landing page
 date: 2020-02-29
-- 
GitLab