feat: design changes
This commit is contained in:
parent
b03f3340b9
commit
06d2dddb1b
9 changed files with 64 additions and 24 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue