Sha256: bc96683f417060d33ee199862fd1b1e66b57d4e2efa1824e773f10ce4b5267d6

Contents?: true

Size: 458 Bytes

Versions: 8

Compression:

Stored size: 458 Bytes

Contents

{% assign list-class = include.list-type | default: "list" %}
<ul class="social-links {{ list-class }} mb-0">
  {% for link in site.data.social.apps %}
  <li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="" aria-label="{{ link.name }}" data-original-title="{{ link.name }}">
    <a class="text-white" target="_blank" href="{{ link.href }}">
      <i class="icon {{ link.icon }}"></i>
    </a>
  </li>
  {% endfor %}
</ul>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
asciidocsy-0.3.0 _includes/social-links.html
asciidocsy-0.3.0.pre.rc4 _includes/social-links.html
asciidocsy-0.3.0.pre.rc3 _includes/social-links.html
asciidocsy-0.3.0.pre.rc2 _includes/social-links.html
asciidocsy-0.3.0.pre.rc1 _includes/social-links.html
asciidocsy-jekyll-theme-0.3.0.pre.rc2 _includes/social-links.html
asciidocsy-jekyll-theme-0.3.0.pre.rc1 _includes/social-links.html
asciidocsy-jekyll-theme-0.3.0.pre.dev _includes/social-links.html