better capsule (aka footnotes) positionning

This commit is contained in:
2026-07-08 14:47:55 +02:00
parent 015e3654fe
commit e2f4c717e6
4 changed files with 103 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
{% apply footnotes_spaceless %}
{# footnotes/footnote-link.html.twig #}
<div class="footnote__citation js-footnote-citation" id="{{ fn.ref_id }}">
{{ fn.value|render|trim }}
<aside class="footnote-content">{{ fn.text }}</aside>
<span class="footnote-link">{{ fn.value|render|trim }}</span>
<template class="footnote-content">{{ fn.text }}</template>
</div>
{% endapply %}