Sha256: caf1225f9171004c7fbf50616504dcc8239e4bb7b48c1fc3cc50131f2acd13ee

Contents?: true

Size: 670 Bytes

Versions: 9

Compression:

Stored size: 670 Bytes

Contents

<ul class="social-list">
  <li class="social-list__link">
    <a rel="me" href="{{ 'feed.xml' | relative_url }}" aria-label="rss feed">
      <svg aria-hidden="true">
        <use xlink:href="{{ '/assets/hima-social-icons.svg#rss' | relative_url }}"></use>
      </svg>
    </a>
  </li>

  {%- for entry in site.hima.social -%}
  <li class="social-list__link">
    <a rel="me" href="{{ entry.url }}" target="_blank" aria-label="{{ entry.label | default: entry.platform }}">
      <svg aria-hidden="true">
        <use xlink:href="{{ '/assets/hima-social-icons.svg#' | append: entry.platform | relative_url }}"></use>
      </svg>
    </a>
  </li>
  {%- endfor -%}
</ul>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hima-1.1.2 _includes/social-list.html
hima-1.1.1 _includes/social-list.html
hima-1.1.0 _includes/social-list.html
hima-1.0.5 _includes/social-list.html
hima-1.0.4 _includes/social-list.html
hima-1.0.3 _includes/social-list.html
hima-1.0.2 _includes/social-list.html
hima-1.0.1 _includes/social-list.html
hima-1.0.0 _includes/social-list.html