-Move notes above the fields (#2)

* -Move notes above the fields

* .
This commit is contained in:
Sergiu Toporjinschi
2022-02-05 14:58:15 +02:00
committed by GitHub
parent f97c90fc83
commit 1401aa8252
4 changed files with 22 additions and 22 deletions
@@ -14,7 +14,9 @@
{% macro quote(content, cite, class) %}
<blockquote>
<p class="{{ class }}">{{ _(content) }}</p>
{% if cite %}
<small>{{ cite }}</small>
{%endif %}
</blockquote>
{% endmacro %}