ORIENT/themes/modern2/partials/test/special-projects2.htm

38 lines
1.7 KiB
HTML

[viewBag]
==
<div class="sub-news-left">
<h2><a href="{{'new/group'|page({categoryGroup: 'news', slug:'novosti-biznesa'})}}">{{ 'new.home.page.left.special'|_ }}</a></h2>
<div class="sub-news-left-content">
{% for post in categoryPosts %}
<a href="{{'new/newPost'|page({id:post.id,slug:post.slug})}}" class="sub-news-left-content-item">
<div class="sub-news-left-content-item-img">
<img src="{{post.featured_image|media|resize(87)}}" loading="lazy" alt="" />
</div>
<div class="sub-news-left-content-item-content">
<div class="sub-news-left-content-item-date-content-head">
<h4>{{post.published_at|date('d.m.Y')}}</h4>
<span>|</span>
<h4> {{post.published_at|date('H:i')}}</h4>
<span>|</span>
<h4><font style="color: darkblue;"> US</font><font style="color:darkred;">AID</font></h4>
</div>
<p class="sub-news-left-content-item-date-content-info">
{{post.title}}
</p>
</div>
</a>
{% endfor %}
<a href="{{'new/group'|page({categoryGroup: 'news', slug:'novosti-biznesa'})}}" class="aside-content-more" style="margin-top: 25px;">
<span>{{'new.read.more'|_}}</span>
<div class="aside-content-more-img">
<img src="{{'assets/new/icons/arrow-right-black.svg'|theme}}" alt="" />
</div>
</a>
</div>
</div>