diff --git a/templates/index.html.twig b/templates/index.html.twig index 520b025..58a963b 100644 --- a/templates/index.html.twig +++ b/templates/index.html.twig @@ -9,7 +9,7 @@
{% for button in theme_config.social_buttons %} - {{ button.name }} + {{ button.name }} {% endfor %}
diff --git a/templates/partials/share.html.twig b/templates/partials/share.html.twig index 438652b..27f2866 100644 --- a/templates/partials/share.html.twig +++ b/templates/partials/share.html.twig @@ -2,7 +2,7 @@

{{ theme_config.blog.share|raw }}

{% for button in theme_config.blog.share_buttons %} - {{ button.name }} + {{ button.name }} {% endfor %}
\ No newline at end of file