Sha256: 6b1b654577cc9f7611d583da4db5b9c93c259610f9597ed0a7278d97d1620d1d

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

<footer class="avenir tc tl-l pv4 ph3 ph4-l bt border-color f6 f5-l">
  {% if site.data.social %}
  <div class="f4 f3-l mb3">
    {% for social in site.data.social %}
      <a class="mr2 color-inherit no-underline hover-no-decoration hover-darken" href="{{ social.url }}" target="_blank">
        <i class="{{ social.icon | default: 'fas fa-link' }}" title="{{ social.title }}"></i>
      </a>
    {% endfor %}
  </div>
  {% endif %}
  <div class="dt-l w-100">
    <div class="dtc-l tl-l">
      <p class="">
        &copy; <time datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: '%Y' }}</time>
        {%- if site.author -%}
          &nbsp;<a href="{{ site.author.url }}" target="_blank">{{ site.author.name }}</a>
        {%- endif -%}. All rights reserved.
      </p>
      <p class="">
        Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> & <a href="https://github.com/vfvong/jekyll-theme-tfg" target="_blank">TFG</a>
      </p>
    </div>
    {% if site.description %}
    <p class="dtc-l tr-l pl4-l">
      {{ site.description }}
    </p>
    {% endif %}
  </div>
</footer>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-tfg-0.1.0 _includes/footer.html