Improve display of articles with annotations

This commit is contained in:
Nicolas Lœuillet
2025-06-12 19:58:45 +02:00
parent fcdcd5dfe3
commit ba550268c5
5 changed files with 22 additions and 12 deletions

View File

@ -12,7 +12,7 @@
{% endif %}
</div>
{% endif %}
{% include "Entry/Card/_content.html.twig" with {'entry': entry, 'withMetadata': true, 'subClass': 'metadata'} only %}
{% include "Entry/Card/_content.html.twig" with {'entry': entry, 'withMetadata': true, 'subClass': 'metadata', 'currentRoute': currentRoute} only %}
{% set current_path = app.request.requesturi %}