Sha256: e816cbad4be8cf65f9a603fd514387ee1f06dbf6f3a1a28de96a668ec0ea5c35

Contents?: true

Size: 715 Bytes

Versions: 11

Compression:

Stored size: 715 Bytes

Contents

{%-comment-%}
  NOTE that lists, being block level elements by default, break out of 
  paragraph tags, but spans don't 
{%-endcomment-%}
<!-- Social media list -->
{%-assign socials = site.data.social %}
            <ul class="icons">
              {%-for social in socials-%}
                {%-assign social_site = social[1]-%}
                {%-if social_site.handle %}
              <li><a href="{{-social_site.pattern | replace: '%s', social_site.handle-}}" rel="me external" class="u-url {{ social_site.icon-}}" title="Go to our {{ social_site.label }} page" target="_blank"><span class="label">{{-social_site.label-}}</span></a></li>
                {%-endif %}
              {%-endfor %}
            </ul>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-editorial-1.0.11 _includes/social_media_list.html
jekyll-theme-editorial-1.0.10 _includes/social_media_list.html
jekyll-theme-editorial-1.0.9 _includes/social_media_list.html
jekyll-theme-editorial-1.0.8 _includes/social_media_list.html
jekyll-theme-editorial-1.0.7 _includes/social_media_list.html
jekyll-theme-editorial-1.0.6 _includes/social_media_list.html
jekyll-theme-editorial-1.0.5 _includes/social_media_list.html
jekyll-theme-editorial-1.0.4 _includes/social_media_list.html
jekyll-theme-editorial-1.0.3 _includes/social_media_list.html
jekyll-theme-editorial-1.0.2 _includes/social_media_list.html
jekyll-theme-editorial-1.0.1 _includes/social_media_list.html