Sha256: 3160f7bcc1141e39b99a0d1bc46c3dfccae9d7ce7fa0173dd68c357c06bd9db5

Contents?: true

Size: 552 Bytes

Versions: 4

Compression:

Stored size: 552 Bytes

Contents

<footer>
  <div class="row align-items-end">
    {%- if include.footer -%}
      {% assign editorial = site.posts | where: 'layout', 'editorial' | first %}
      {% include_cached editorial.html editorial=editorial %}
    {%- endif -%}

    <div class="col text-right">
      <ul class="">
        {%- 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

4 entries across 4 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.2.8 _includes/footer.html
editorial-autogestiva-jekyll-theme-0.2.7 _includes/footer.html
editorial-autogestiva-jekyll-theme-0.2.6 _includes/footer.html
editorial-autogestiva-jekyll-theme-0.2.5 _includes/footer.html