From 6a75b7a302ab6f48b68dcffe393ed29e67e3873d Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Thu, 13 Jul 2023 19:34:48 +0200 Subject: [PATCH] Added option to choose Fontwaesome icons style --- templates/partials/social.html.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/partials/social.html.twig b/templates/partials/social.html.twig index fe55af7..c5111c5 100644 --- a/templates/partials/social.html.twig +++ b/templates/partials/social.html.twig @@ -1,3 +1,6 @@ +{# Set style for media icons - Fontawesome #} +{% set social_style = theme_var('social_style')|defined('brands') %} + {% for item in theme_config.social %} -
  • {{item.name}}
  • +
  • {% endfor %} \ No newline at end of file