From 3d2c5166f5be510b289bcb404babceb775b71797 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" <60596353+pmoreno-rodriguez@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:24:19 +0100 Subject: [PATCH] Fixed some minor error in several templates --- templates/partials/miniposts.html.twig | 6 +++--- templates/partials/sidebar_left.html.twig | 2 ++ templates/partials/sidebar_navigation.html.twig | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/partials/miniposts.html.twig b/templates/partials/miniposts.html.twig index c10b541..6fd99a7 100644 --- a/templates/partials/miniposts.html.twig +++ b/templates/partials/miniposts.html.twig @@ -1,9 +1,9 @@ {% set miniposts_category = theme_var('miniposts_category') %} -{% set miniposts_number = config.theme.miniposts_number %} +{% set miniposts_number = config.theme.miniposts_number %}
-

{{ 'FUTURE.FEATURED'|t }}

+

{{ 'FUTURE.FEATURED'|t }}

@@ -11,7 +11,7 @@

{{ p.title }}

- +
diff --git a/templates/partials/sidebar_left.html.twig b/templates/partials/sidebar_left.html.twig index 4a58bd2..dbb7ec6 100644 --- a/templates/partials/sidebar_left.html.twig +++ b/templates/partials/sidebar_left.html.twig @@ -14,6 +14,7 @@ {% endblock %} {% endif %} + {% if theme_config.footer.title or theme_config.footer.description %}

{{theme_config.footer.title}}

{{theme_config.footer.description}}

@@ -21,6 +22,7 @@
  • {{theme_config.footer.button_text}}
  • + {% endif %}