Free text field for the site footer
This commit is contained in:
parent
b4c155f134
commit
e15d6654e3
5 changed files with 50 additions and 6 deletions
|
@ -200,6 +200,11 @@
|
|||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if site.footer_item %}
|
||||
<div class="column">
|
||||
<p>{{ site.footer_item|safe }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if site.support_link %}
|
||||
<div class="column">
|
||||
<span class="icon icon-heart"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue