Sha256: 681c8fe488212c2e53a4683ad83017904d56d7887695db3238e4a502944b5a07

Contents?: true

Size: 837 Bytes

Versions: 1

Compression:

Stored size: 837 Bytes

Contents

{% assign feed_path = "/feed.xml" %}
{% if site.feed and site.feed.path %}
  {% assign feed_path = site.feed.path %}
{% endif %}

{% if site.footer_links %}
  <div class="social-icons">
    {% for footer_link in site.footer_links %}
      {% if footer_link.url contains "://" %}
        {% assign url = footer_link.url %}
      {% else %}
        {% assign url = footer_link.url | relative_url %}
      {% endif %}
      <a class="social-icon" href="{{ url }}"><i class="{{ footer_link.icon | default: 'fas fa-link' }}" title="{{ footer_link.title }}"></i></a>
    {% endfor %}
  </div>
{% endif %}

&copy; {{ site.author }} - Powered by <a href="https://jekyllrb.com">Jekyll</a> <!--&amp; <a href="https://github.com/julianschiavo/jekyll-theme-jsblog">jsblogtheme</a>--> - Subscribe via <a href="{{ feed_path | absolute_url }}">RSS</a>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-jsblog-1.1.6 _includes/footer_content.html