Sha256: 6fe0cc7bfb1e0de934dfec2f1e78612cf549841ba24fea3205ad92b2c9cf7253
Contents?: true
Size: 742 Bytes
Versions: 11
Compression:
Stored size: 742 Bytes
Contents
{%-comment-%} NOTE that lists, being block level elements by default, break out of paragraph tags, but spans don't {%-endcomment-%} <!-- Social media span --> {%-assign socials = author.social | default: page.social %} <span class="icons"> {%-for social in socials-%} {% assign social_site = site.data.social[social.first] %} {%-if social.last %} <a href="{{-social_site.pattern | replace: '%s', social.last-}}" rel="me external" class="u-url {{ social_site.icon-}}" title="Go to my {{ social_site.label }} page" target="_blank"><span class="label">{{-social_site.label-}}</span></a> {%-endif-%} {%-endfor-%} </span>
Version data entries
11 entries across 11 versions & 1 rubygems