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 %}