Sha256: 2bf1a9866ed5c7014c04ee81df77826f6c44ff1bddbca9a0a6b6f2cede9e3afe

Contents?: true

Size: 668 Bytes

Versions: 6

Compression:

Stored size: 668 Bytes

Contents

<footer class="border-top pt-3 container">
  <div class="row">
    <div class="col">
      {%- if include.footer -%}
        {% assign editorial = site.posts | where: 'layout', 'editorial' | first %}
        {% include_cached editorial.html editorial=editorial %}
      {%- endif -%}
    </div>

    <div class="col d-flex flex-column align-items-end justify-content-end">
      <ul class="list-unstyled">
        {%- for link in site.i18n.footer.links %}
          <li>
            <a href="{{ link.url }}">{{ link.text }}</a>
          </li>
        {%- endfor %}
      </ul>

      {{ site.i18n.footer.made_with_sutty | markdownify }}
    </div>
  </div>
</footer>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.3.5 _includes/footer.html
editorial-autogestiva-jekyll-theme-0.3.4 _includes/footer.html
editorial-autogestiva-jekyll-theme-0.3.3 _includes/footer.html
editorial-autogestiva-jekyll-theme-0.3.2 _includes/footer.html
editorial-autogestiva-jekyll-theme-0.3.1 _includes/footer.html
editorial-autogestiva-jekyll-theme-0.3.0 _includes/footer.html