Fix footer example
This commit is contained in:
parent
c62b4f50fb
commit
47458868f7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Here is an example that you can put in `templates/base.html` in your website:
|
||||||
{% extends "zola-inky/templates/base.html" %}
|
{% extends "zola-inky/templates/base.html" %}
|
||||||
|
|
||||||
{% block footer_center %}
|
{% block footer_center %}
|
||||||
<a target="_blank" href="https://deuxfleurs.fr/"><img src="deuxfleurs_en.png" alt="Badge showing the website is hosted by Deuxfleurs" title="Website hosted by Deuxfleurs"></a>
|
<a target="_blank" href="https://deuxfleurs.fr/"><img src="{{ get_url(path='deuxfleurs_en.png') }}" alt="Badge showing the website is hosted by Deuxfleurs" title="Website hosted by Deuxfleurs"></a>
|
||||||
{% endblock footer_center %}
|
{% endblock footer_center %}
|
||||||
|
|
||||||
{% block footer_right %}
|
{% block footer_right %}
|
||||||
|
|
Loading…
Reference in a new issue