Sha256: ba87e2c013744bc9222ccf35ce3f6bbea2f2c37bf04c15f65b2c2de3f71f2eda

Contents?: true

Size: 711 Bytes

Versions: 2

Compression:

Stored size: 711 Bytes

Contents

<span class="contact-list-title">
  {{ site.data.academic_i18n.links[page.lang] }}
</span>
<ul class="contact-list {{ include.class }}">
  <li>
    {% include icon-rss.html %}
  </li>

  {% if site.github_username %}
  <li>
    {% include icon-github.html username=site.github_username %}
  </li>
  {% endif %}

  {% if site.twitter_username %}
  <li>
    {% include icon-twitter.html username=site.twitter_username %}
  </li>
  {% endif %}

  {% if site.linkedin_username %}
  <li>
    {% include icon-linkedin.html username=site.linkedin_username %}
  </li>
  {% endif %}

  {% if site.keybase_username %}
  <li>
    {% include icon-keybase.html username=site.keybase_username %}
  </li>
  {% endif %}

</ul>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
academic-0.4.91 _includes/contactlist.html
academic-0.4.9 _includes/contactlist.html