Sha256: 1121c27fc482b138ce3c2e0a666c4a78886a2807937145b8f81a1c6e1393d0c5

Contents?: true

Size: 1.23 KB

Versions: 27

Compression:

Stored size: 1.23 KB

Contents

<div class="page__footer-follow">
  <ul class="social-icons">
    {% if site.data.ui-text[site.locale].follow_label %}
      <li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
    {% endif %}

    {% if site.footer.links %}
      {% for link in site.footer.links %}
        {% if link.label and link.url %}
          <li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
        {% endif %}
      {% endfor %}
    {% endif %}

    {% unless site.atom_feed.hide %}
      <li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
    {% endunless %}
  </ul>
</div>

<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
creek-jekyll-theme-1.7.5 _includes/footer.html
creek-jekyll-theme-1.7.4 _includes/footer.html
creek-jekyll-theme-1.7.3 _includes/footer.html
creek-jekyll-theme-1.7.1 _includes/footer.html
creek-jekyll-theme-1.7.0 _includes/footer.html
creek-jekyll-theme-1.6.0 _includes/footer.html
creek-jekyll-theme-1.5.0 _includes/footer.html
creek-jekyll-theme-1.4.1 _includes/footer.html
creek-jekyll-theme-1.4.0 _includes/footer.html
creek-jekyll-theme-1.3.0 _includes/footer.html
creek-jekyll-theme-1.2.2 _includes/footer.html
creek-jekyll-theme-1.2.0 _includes/footer.html
creek-jekyll-theme-1.1.0 _includes/footer.html
creek-jekyll-theme-1.0.0 _includes/footer.html
creek-jekyll-theme-0.5.2 _includes/footer.html
creek-jekyll-theme-0.5.1 _includes/footer.html
creek-jekyll-theme-0.5.0 _includes/footer.html
creek-jekyll-theme-0.3.0 _includes/footer.html
creek-jekyll-theme-0.2.2 _includes/footer.html
creek-jekyll-theme-0.2.1 _includes/footer.html