Fix footer example

This commit is contained in:
Baptiste Jonglez 2023-12-09 16:38:04 +01:00
parent c62b4f50fb
commit 47458868f7
1 changed files with 1 additions and 1 deletions

View File

@ -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" %}
{% 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 %}
{% block footer_right %}