view button attributes as raw
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
<div class="social">
|
||||
{% for button in theme_config.social_buttons %}
|
||||
<a class="btn {{ button.class }}" {{ button.attributes }} target="_blank" rel="me nofollow noopener noreferrer" href="{{ button.link }}" title="{{ button.title }}">{{ button.name }}</a>
|
||||
<a class="btn {{ button.class }}" {{ button.attributes|raw }} target="_blank" rel="me nofollow noopener noreferrer" href="{{ button.link }}" title="{{ button.title }}">{{ button.name }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="contact">
|
||||
|
||||
Reference in New Issue
Block a user