toodego: add description to page link tiles (#73480)

This commit is contained in:
Frédéric Péters 2023-01-17 10:03:46 +01:00 committed by Gitea
parent d3530c1742
commit b3042e9dfc
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<div class="tile-title">
<h2>{{title}}</h2>
<h3>{{ producer.label }}</h3>
{% if cell.link_page.description %}<div class="description"><p>{{ cell.link_page.description }}</p></div>{% endif %}
<span class="producer" style="background-image: {% asset_css_url logo %}">{{ producer.label }}</span>
</div>
</div>