Sha256: 424a26fece13247c818dd8950b6c5ab8b603da0dc70476d8fea16453641cffcd

Contents?: true

Size: 214 Bytes

Versions: 4

Compression:

Stored size: 214 Bytes

Contents

<footer>
  <ul>
    {% for item in site.footer %}
    <li>
      <span class="material-icons">{{ item.icon }}</span>
      <a href="{{ item.href }}">{{ item.text }}</a>
    </li>
    {% endfor %}
  </ul>
</footer>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
askclass-news-theme-0.2.1 _includes/footer.html
askclass-news-theme-0.2.0 _includes/footer.html
askclass-news-theme-0.1.1 _includes/footer.html
askclass-news-theme-0.1.0 _includes/footer.html