From f22ff15f91bf65ccbc3164de99fc3ffc80c532ad Mon Sep 17 00:00:00 2001 From: debiankaios Date: Sun, 6 Nov 2022 18:50:37 +0100 Subject: [PATCH] Fixed pipeline-problems(i hope) --- _config.yml | 4 ++-- _layouts/default.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 27d8766..2cc43fc 100644 --- a/_config.yml +++ b/_config.yml @@ -7,9 +7,9 @@ plugins: - jekyll-redirect-from collections: + de: + output: true en: output: true it: output: true - de: - output: true diff --git a/_layouts/default.html b/_layouts/default.html index 5965ff0..fd94136 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,7 +9,7 @@ layout: base {% if language == "_it" %} {% assign language = "it" %} {% assign links = site.it | sort: "idx" %} -{% elseif language == "_de" %} +{% else if language == "_de" %} {% assign language = "de" %} {% assign links = site.de | sort: "idx" %} {% else %}