{{ p.title }} - {{ p.date|date("M j, Y")}} + {{ p.date|date("M j, Y")}} 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 %} {% block footer %} diff --git a/templates/partials/sidebar_navigation.html.twig b/templates/partials/sidebar_navigation.html.twig index 02f6f34..538208f 100644 --- a/templates/partials/sidebar_navigation.html.twig +++ b/templates/partials/sidebar_navigation.html.twig @@ -25,7 +25,7 @@ {{ _self.loop(pages) }} {% if theme_var('displaycustommenus.enabled') %} - {% for mitem in theme_var('menu') %} + {% for mitem in theme_var('custommenu') %} {% if mitem.icon %}