Skip to content

Instantly share code, notes, and snippets.

@jcleveley-zz
Created December 12, 2016 18:57
Show Gist options
  • Save jcleveley-zz/c5f4db8cd91c457dfc8b76900604d8b3 to your computer and use it in GitHub Desktop.
Save jcleveley-zz/c5f4db8cd91c457dfc8b76900604d8b3 to your computer and use it in GitHub Desktop.
- {% if hover_platforms %}
- <li class="action-bar--hover__item sharing-btn--c-{{name}}">
+ {% for platform in hover_platforms %}
+ <li class="action-bar--hover__item sharing-btn--c-{{platform.name}}">
{% include "action-bar/share-button.html" %}
{% if is_link %}{% include "action-bar/link-button-tooltip.html" %}{% endif %}
</li>
- {% endif %}
+ {% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment