Sha256: 24cfdccdbfd7560383cb075cc5d14c66d3997c8f3fc730aba9456767d4242040

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

<footer id='wax-footer' class='page-footer container-fluid'>
  <div class='wax-inline-container'>
    <div class='row'>
      <div class='col'>
        <p class='footer-title'>{{ site.title }}</p>
        <p class='footer-description'>{{ site.description }}</p>
        <p class='footer-copyright'>
          {% if site.copyright.size > 0 %}
          &copy; {{ site.copyright }}<br>
          {% endif %}
          Built with <a href='https://github.com/minicomp/wax/'>Minicomp/Wax</a>
        </p>
      </div>
      <div class='col'>
        <p class='footer-title'>Links</p>
        <p class='footer-links'>
          {% for item in site.footer.links %}
            <a href='{{ item.link | absolute_url }}'>
              {{ item.label }}
            </a>
          {% unless forloop.last %} / {% endunless %}
          {% endfor %}
        </p>
        <p class='footer-logos'>
          {% for item in site.footer.logos %}
          {% assign link = item.link | default: '#' %}
          <a href="{{ link | absolute_url }}" aria-label="Logo link to resource">
            <img src='{{ item.img | absolute_url }}' alt="logo"/>
          </a>
          {% endfor %}
        </p>
      </div>
    </div>
  </div>
</footer>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wax_theme-1.1.0 _includes/footer.html