Compare commits

...

1 Commits

Author SHA1 Message Date
Frédéric Péters ececa089d9 toodego: add description to page link tiles (#73035)
gitea-wip/publik-base-theme/pipeline/head This commit looks good Details
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
2023-01-17 10:03:46 +01:00
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>