first commit
This commit is contained in:
17
web/templates/x/block.external_feed.atom.tpl
Normal file
17
web/templates/x/block.external_feed.atom.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
<div class="articles-row row">
|
||||
{foreach $items as $item}
|
||||
<div class="article col-lg-4">
|
||||
<a href="{$item.link['@href']}" title="{$item.title}">
|
||||
<img src="{$item.group.thumbnail['@url']}" alt="{$item.title}"
|
||||
class="img-fluid">
|
||||
</a>
|
||||
|
||||
<div class="text">
|
||||
{$item.publised|date_format:"%-d. %-m. %Y"}
|
||||
<p class="title"><a href="{$item.link['@href']}">{$item.title}</a></p>
|
||||
<p>{$item.group.description|strip_tags}</p>
|
||||
<a href="{$item.link['@href']}" class="read-more">{t}Číst dále{/t}</a>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
Reference in New Issue
Block a user