jekyll-parchment/_includes/footer.html

9 lines
211 B
HTML

<div class="footer">
{% if page.url == "/" and site.footer_only_homepage %}
<hr>
<a href="{{ site.footer_url }}">{{ site.footer_text }}</a>
{% else %}
<br>
{% endif %}
</div>