From f447733c9d547d051f7b8916e6231df0e75f0f05 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Thu, 3 Dec 2020 00:44:27 +0100 Subject: [PATCH] Convert index page to HTML input --- content/pages/de/{index.md => index.html} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) rename content/pages/de/{index.md => index.html} (96%) diff --git a/content/pages/de/index.md b/content/pages/de/index.html similarity index 96% rename from content/pages/de/index.md rename to content/pages/de/index.html index a0b1713e..23d6c313 100644 --- a/content/pages/de/index.md +++ b/content/pages/de/index.html @@ -1,7 +1,11 @@ -save_as: index.html -title: Startseite -lang: de +<html> + <head> + <title>Startseite</title> + <meta name="lang" content="de" /> + <meta name="save_as" content="index.html" /> + </head> + <body> <div class="carousel slide" data-ride="carousel" id="index-carousel"> <ol class="carousel-indicators"> <li data-target="#index-carousel" data-slide-to="0" class="active"></li> @@ -102,3 +106,5 @@ lang: de </div> </div> </div> +</body> +</html> -- GitLab