Sha256: 585778b839a8aea018b77c4cd9c3c827a249c0884facecf5a5506b0c190fbd14

Contents?: true

Size: 512 Bytes

Versions: 2

Compression:

Stored size: 512 Bytes

Contents

<!-- Social Start -->
<ul class="social-icons nav justify-content-center justify-content-md-end mt-3 mt-md-0">
  {%- for author_kv in site.data.authors | keys -%}
  {%- assign author = author_kv[1] -%}

  {%- if author.github -%}
  <li>
    <a class="nav-link" target="_blank" rel="me" href="https://github.com/{{ author.github | cgi_escape | escape }}"
       title="{{ author.github | escape }}">
      <i class="fab fa-github"></i>
    </a>
  </li>
  {%- endif -%}

  {%- endfor -%}
</ul>
<!-- Social End -->

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-struggle-0.0.2 _includes/social.html
jekyll-struggle-0.0.1 _includes/social.html