toodego: add description to page link tiles (#73480)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2023-01-17 10:03:46 +01:00
parent 6dfceef6b6
commit a6be1b6850
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>