Sha256: 6852e6fbc6957db6125cfc923a2d70be3ae48e9632b367843d42578b9e62d110

Contents?: true

Size: 393 Bytes

Versions: 9

Compression:

Stored size: 393 Bytes

Contents

<footer class="footer">
  <div class="footer__container">
    {%- include social-list.html -%}

    <div class="footer__author">
      <div class="footer__name">
        {{ site.author.name }}
      </div>
      <div class="footer__email">
        <a href="{{ "mailto:" | append: site.author.email }}">
          {{ site.author.email }}
        </a>
      </div>
    </div>
  </div>
</footer>

Version data entries

9 entries across 9 versions & 1 rubygems

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