diff --git a/templates/partials/sidebar-bits/footer.html.twig b/templates/partials/sidebar-bits/footer.html.twig index 612405b..f2155c3 100755 --- a/templates/partials/sidebar-bits/footer.html.twig +++ b/templates/partials/sidebar-bits/footer.html.twig @@ -1,3 +1,14 @@ + +{% if theme_config.footer.title or theme_config.footer.description %} +
+

{{theme_config.footer.title}}

+

{{theme_config.footer.description}}

+ +
+{% endif %} +