Move recipe source to the bottom of the page

This commit is contained in:
TheThomaas 2025-04-21 14:37:52 +02:00
parent 00b49aa15b
commit 649824acd3

View file

@ -55,10 +55,10 @@
</div>
<div class="c-recipe__instructions-wrapper u-free-text">
{{ content | safe }}
{% if sourceLabel and sourceURL %}
<p>Source : <a href="{{ sourceURL }}" target="_blank" rel="noopener">{{ sourceLabel }}</a></p>
{% endif %}
{{ content | safe }}
</div>
</div>
</div>