Sha256: c7ced3468840e9f2f6b5183a3fcff389edb15d160d60cee79cac0c6fc6f518db
Contents?: true
Size: 577 Bytes
Versions: 3
Compression:
Stored size: 577 Bytes
Contents
{% assign item_socials = include.social %} <div class="social-container" > {% for item_social in item_socials %} {% assign social_platform = item_social[0] %} {% assign social_username = item_social[1] %} {% assign current_social = site.social_links | where: 'platform', social_platform | first %} {% if current_social %} <a href="{{ current_social.url }}{{ social_username }}" title="{{ current_social.title }}" ><!-- --><i class="{{ current_social.icon }}" aria-hidden="true" ></i><!-- --></a> {% endif %} {% endfor %} </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
geekyll-0.1.1 | _includes/social.html |
geekyll-0.1.0 | _includes/social.html |
geekyll-0.0.9 | _includes/social.html |