1
0
Fork 0
mirror of https://github.com/TheThomaas/my-online-cookbook.git synced 2026-01-10 20:01:47 +00:00

Move recipe source to bottom

This commit is contained in:
TheThomaas 2023-07-08 11:54:31 +02:00
parent 036f3c378e
commit fcceefd0d5

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>