a new start
This commit is contained in:
18
_includes/body/footer.html
Normal file
18
_includes/body/footer.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{% if site.copyright.size > 0 or site.legal.size > 0 or site.pivoine.advertise %}
|
||||
<footer class="content" role="contentinfo">
|
||||
<hr/>
|
||||
{% if site.copyright.size > 0 %}
|
||||
<p><small class="copyright">{{ site.copyright | markdownify | replace:'<p>','' | replace:'</p>','' }}</small></p>
|
||||
{% endif %}
|
||||
{% if site.legal.size > 0 %}
|
||||
<nav class="legal"><small>
|
||||
{% for node in site.legal %}
|
||||
{% assign url = node.url | default: node.href %}
|
||||
<a class="heading flip-title" href="{% include_cached smart-url url=url %}">{{ node.name | default:node.title }}</a>
|
||||
{% unless forloop.last %}{{ site.data.strings.separator | default:'|' }}{% endunless %}
|
||||
{% endfor %}
|
||||
</small></nav>
|
||||
{% endif %}
|
||||
<hr class="sr-only"/>
|
||||
</footer>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user