Sha256: 7d3e8e32fbbc570cbfeb1b3201b4268a7627fd9939661cc7d798eda98e3215f1

Contents?: true

Size: 519 Bytes

Versions: 3

Compression:

Stored size: 519 Bytes

Contents

<span class="sr-only">Social:</span>
<ul>
  {% for link in include.social %}
    {% include social-list-item.html platform=link.first username=link.last %}
  {% endfor %}

  {% if site.twitter_username and include.social.twitter == null %}
    {% include social-list-item.html platform="twitter" username=site.twitter_username %}
  {% endif %}

  {% if site.github_username and include.social.github == null %}
    {% include social-list-item.html platform="github" username=site.github_username %}
  {% endif %}
</ul>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.6.1 _includes/social.html
jekyll-theme-hydejack-6.6.0 _includes/social.html
jekyll-theme-hydejack-6.5.0 _includes/social.html