Sha256: 8deab4b84a9361c7457af4e12d6256398e32e9b9b5d49e3b17d99157133af245

Contents?: true

Size: 352 Bytes

Versions: 3

Compression:

Stored size: 352 Bytes

Contents

<hr class="menu-separator my-3">
<ul class="row unstyle-list">
  {%- for social in site.social -%}
    {%- assign social_icon = social[0] -%}
    <li class="col-auto pr-0">
      <a href="//{{social_icon}}.com/{{social[1]}}" class="border-bottom-0">
      {%- include icons.html icon=social_icon size=17 -%}
      </a>
    </li>
  {%- endfor -%}
</ul>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
another-theme-1.0.4 _includes/social.html
another-theme-1.0.3 _includes/social.html
another-theme-1.0.2 _includes/social.html