Sha256: 719686217df8ad6253cd08cd5dcee072a6be3d84e62bfd5a931ee8ffb5a2807d

Contents?: true

Size: 633 Bytes

Versions: 10

Compression:

Stored size: 633 Bytes

Contents

<ul>
  {% for link in include.social %}
    {% assign platform = link.first | downcase %}
    {% assign username = link.last %}
    {% assign data_social = site.data.social[platform] %}
    {% assign icon = data_social.icon | append:".html" | prepend:"icons/" %}

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

    <li>
      <a href="{{ url }}">
        <span class="social-button" id="{{ data_social.icon }}" title="{{ data_social.name }}">{% include {{icon}} %}</span>
      </a>
    </li>
  {% endfor %}
</ul>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
jekyll-theme-heidi-3.0.2 _includes/social.html
jekyll-theme-heidi-3.0.1 _includes/social.html
jekyll-theme-heidi-3.0.0 _includes/social.html
jekyll-theme-heidi-2.0.3 _includes/social.html
jekyll-theme-heidi-2.0.2 _includes/social.html
jekyll-theme-heidi-test-2.0.6 _includes/social.html
jekyll-theme-heidi-test-2.0.5 _includes/social.html
jekyll-theme-heidi-test-2.0.4 _includes/social.html
jekyll-theme-heidi-test-2.0.3 _includes/social.html
jekyll-theme-heidi-test-2.0.2 _includes/social.html