feat: design changes
All checks were successful
Build / build (push) Successful in 4m18s
Build / deploy-stage (push) Successful in 2m44s
Build / switch-stage (push) Successful in 1m58s

This commit is contained in:
2024-12-16 14:09:03 +01:00
parent b03f3340b9
commit 06d2dddb1b
9 changed files with 64 additions and 24 deletions

View File

@@ -34,9 +34,9 @@
</f:then>
</f:if>
<div class="news-item-content">
<f:if condition="{newsItem.firstCategory}">
<div class="news-item-category">{newsItem.firstCategory.title}</div>
</f:if>
<time itemprop="datePublished" datetime="{f:format.date(date:newsItem.datetime, format:'Y-m-d')}">
<f:format.date format="{f:translate(key:'dateFormat')}">{newsItem.datetime}</f:format.date>
</time>
<h3 class="news-item-title">{newsItem.title}</h3>
</div>
</f:link.page>