Sha256: 0bf11495abf8e7f159f217ad387449432681727b9c7e2555236b894742ea9973

Contents?: true

Size: 1.11 KB

Versions: 30

Compression:

Stored size: 1.11 KB

Contents

<span class="sr-only">{{ site.data.strings.social | default:"Social" }}{{ site.data.strings.colon }}</span>
<ul>
  {% if include.author.social %}
    {% for link in include.author.social %}
      {% include components/social-list-item.html platform=link.first username=link.last %}
    {% endfor %}
  {% else %}
    {% assign twitter_username = author.twitter.username | default: author.twitter | default:site.twitter.username | default:site.twitter | default:site.twitter_username %}
    {% if twitter_username %}
      {% include components/social-list-item.html platform="twitter" username=twitter_username %}
    {% endif %}

    {% assign github_username = author.github.username | default: author.github | default:site.github.username | default:site.github | default:site.github_username %}
    {% if github_username %}
      {% include components/social-list-item.html platform="github" username=github_username %}
    {% endif %}

    {% assign email = author.email | default: site.email %}
    {% if email %}
      {% include components/social-list-item.html platform="email" username=email %}
    {% endif %}
  {% endif %}
</ul>

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
jekyll-theme-hydejack-9.2.1 _includes/components/social.html
jekyll-theme-hydejack-9.2.0 _includes/components/social.html
jekyll-theme-hydejack-9.1.9 _includes/components/social.html
jekyll-theme-hydejack-9.1.8 _includes/components/social.html
jekyll-theme-hydejack-9.1.7 _includes/components/social.html
jekyll-theme-hydejack-9.1.6 _includes/components/social.html
jekyll-theme-hydejack-9.1.5 _includes/components/social.html
jekyll-theme-hydejack-9.1.4 _includes/components/social.html
jekyll-theme-hydejack-9.1.3 _includes/components/social.html
jekyll-theme-hydejack-9.1.2 _includes/components/social.html
jekyll-theme-hydejack-9.1.1 _includes/components/social.html
jekyll-theme-hydejack-9.1.0 _includes/components/social.html
jekyll-theme-hydejack-9.0.4 _includes/components/social.html
jekyll-theme-hydejack-9.0.3 _includes/components/social.html
jekyll-theme-hydejack-9.0.2 _includes/components/social.html
jekyll-theme-hydejack-9.0.1 _includes/components/social.html
jekyll-theme-hydejack-9.0.0 _includes/components/social.html
jekyll-theme-hydebetty-1.0.2 _includes/components/social.html
jekyll-theme-hydebetty-1.0.1 _includes/components/social.html
jekyll-theme-hydejack-8.5.2 _includes/components/social.html