Skip to content
Snippets Groups Projects
Commit c8495b6a authored by Jeff Burnz's avatar Jeff Burnz
Browse files

Update attributes for social media links template

parent 39016733
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<ul{{ attributes.addClass(classes) }}>
{% for platform in platforms %}
<li class="platform">
<a href="{{ platform.url }}" {{ link_attributes.addClass('platform__link') }}>
<a href="{{ platform.url }}" {{ platform.attributes.addClass('platform__link') }}>
{{ platform.element }}
{% if appearance.show_name %}
<span class="platform__name">{{ platform.name }}</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment