From 731938afdbcae17d691f49a2e39ac2eb9b1eaa04 Mon Sep 17 00:00:00 2001 From: trendschau Date: Thu, 16 Nov 2023 05:40:47 +0100 Subject: [PATCH] Fixed footer in cyanine and updated version number --- system/typemill/settings/defaults.yaml | 2 +- themes/cyanine/cyanine.yaml | 2 +- themes/cyanine/partials/footer.twig | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/system/typemill/settings/defaults.yaml b/system/typemill/settings/defaults.yaml index 53abdbc..4b696cd 100644 --- a/system/typemill/settings/defaults.yaml +++ b/system/typemill/settings/defaults.yaml @@ -1,4 +1,4 @@ -version: '2.0.0' +version: '2.0.1' title: 'Typemill' author: 'Unknown' copyright: false diff --git a/themes/cyanine/cyanine.yaml b/themes/cyanine/cyanine.yaml index f4e55a2..a95f6cc 100644 --- a/themes/cyanine/cyanine.yaml +++ b/themes/cyanine/cyanine.yaml @@ -1,5 +1,5 @@ name: Cyanine Theme -version: 2.0.0 +version: 2.0.1 description: Cyanine is a modern and flexible multi-purpose theme and the standard theme for typemill. author: Trendschau homepage: https://trendschau.net diff --git a/themes/cyanine/partials/footer.twig b/themes/cyanine/partials/footer.twig index 300cde7..2acdd50 100644 --- a/themes/cyanine/partials/footer.twig +++ b/themes/cyanine/partials/footer.twig @@ -1,13 +1,15 @@ -{% if (settings.themes.cyanine.footercolumns.footer1 or settings.themes.cyanine.footercolumns.footer2 or settings.themes.cyanine.footercolumns.footer3) %} +{% if settings.themes.cyanine.footercolumns is not empty %}