Sha256: 4192f8d03ce5a58b52bdd7228a6d91c269460f7203b04ff96f4321d759e8d721

Contents?: true

Size: 370 Bytes

Versions: 6

Compression:

Stored size: 370 Bytes

Contents

{%- assign about = site.posts | find: 'layout', 'about' -%}

<footer class="d-flex flex-column justify-content-center text-center align-items-center pt-3 pb-3">
  <div class="mb-3">
    {%- include_cached social_networks.html social_networks=about.social_networks -%}
  </div>

  <div class="content">
    {{ site.i18n.footer.credits | markdownify }}
  </div>
</footer>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
observatorio-jekyll-theme-0.1.7 _includes/footer.html
observatorio-jekyll-theme-0.1.6 _includes/footer.html
observatorio-jekyll-theme-0.1.5 _includes/footer.html
observatorio-jekyll-theme-0.1.4 _includes/footer.html
observatorio-jekyll-theme-0.1.3 _includes/footer.html
observatorio-jekyll-theme-0.1.2 _includes/footer.html