footer.html: Put credits link in a paragraph to add more spacing

This commit is contained in:
Kamil Śliwak 2021-10-07 21:22:12 +02:00
parent 6adfe88211
commit f245f8b473

View File

@ -1,6 +1,7 @@
{% extends "!footer.html" %}
{% block extrafooter %}
<br>
<a href="{{ pathto('credits-and-attribution') }}">Credits and attribution</a>.
<p>
<a href="{{ pathto('credits-and-attribution') }}">Credits and attribution</a>.
</p>
{% endblock %}