Sha256: 471a1a88282d37687727c626e215cacca481f33217171276e048b610201a2a23

Contents?: true

Size: 620 Bytes

Versions: 9

Compression:

Stored size: 620 Bytes

Contents

{% assign platform = include.platform | downcase %}
{% assign username = include.username %}
{% assign icon = include.icon %}

{% unless icon %}
  {% assign icon = platform %}
{% endunless %}

{% assign = data_social = site.data.social[icon] %}

{% if username contains "//" %}
  {% assign url = username %}
{% else %}
  {% assign url = username | prepend:data_social.prepend | append:data_soical.append %}
{% endif %}

<li>
  <a href="{{ url }}">
    <span class="{{ data_social.icon  | default:'icon-link' }}" title="{{ data_social.name }}"></span>
    <span class="sr-only">{{ data_social.name }}</span>
  </a>
</li>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.4.1 _includes/social-list-item.html
jekyll-theme-hydejack-6.4.0 _includes/social-list-item.html
jekyll-theme-hydejack-6.3.0 _includes/social-list-item.html
jekyll-theme-hydejack-6.2.0 _includes/social-list-item.html
jekyll-theme-hydejack-6.1.0 _includes/social-list-item.html
jekyll-theme-hydejack-6.0.0 _includes/social-list-item.html
jekyll-theme-hydejack-6.0.0.pre.beta3 _includes/social-list-item.html
jekyll-theme-hydejack-6.0.0.pre.beta2 _includes/social-list-item.html
jekyll-theme-hydejack-6.0.0.pre.alpha _includes/social-list-item.html