Sha256: 5c89146e835dcd42071c8f79fd8e07b5ecec799398f447ed2013c4eab87710e0

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

<footer class="flex justify-start items-baseline {% if page.sidebar %}mw8{% else %}mw7{% endif %} center w-100 ph3 ph4-m mt4 mb2 lh-copy">
  <nav class="flex flex-row flex-wrap">
    <span class="f7 fw3 light-silver mr3 ttc"><a href="{{ '/' | absolute_url }}" class="f7 fw5 b light-silver link underline-hover" title="{{ site.title }}">{{ site.title | capitalize }}</a> &copy; {{ site.time | date: '%Y' }}</span>
    
    {% if site.data.theme.navigation.footer %}
    {% for link in site.data.theme.navigation.footer %}
    {% if link.url contains 'http' or 'mailto' %}
      {% assign domain = '' %}
    {% else %}
      {% assign domain = site.url | append: site.baseurl %}
    {% endif %}
    <a href="{{ domain }}{{ link.url }}" class="f7 fw3 light-silver link underline-hover mr3" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title | capitalize }}</a>
    {% endfor %}
    {% endif %}

    {% if site.data.theme.attribution == true %}
    <span class="f7 fw3 light-silver mr3">Designed with <a href="https://desiredpersona.com/themes/" class="f7 fw3 light-silver link underline-hover mr3" target="_blank">Minimal Theme</a></span>
    {% endif %}
  </nav>
</footer>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
minimal-jekyll-theme-0.1.3 _includes/footer.html