_includes/footer_content.html in jekyll-theme-jsblog-1.0.2 vs _includes/footer_content.html in jekyll-theme-jsblog-1.0.4
- old
+ new
@@ -9,10 +9,10 @@
{% 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' }} fa-2x" title="{{ footer_link.title }}"></i></a>
+ <a class="social-icon" href="{{ url }}"><i class="{{ footer_link.icon | default: 'fas fa-link' }}" title="{{ footer_link.title }}"></i></a>
{% endfor %}
</div>
{% endif %}
© {{ site.author }} - Powered by <a href="https://jekyllrb.com">Jekyll</a> <!--& <a href="https://github.com/justjs/jekyll-theme-jsblog">jsblogtheme</a>--> - Subscribe via <a href="{{ feed_path | absolute_url }}">RSS</a>