17 lines
656 B
HTML
17 lines
656 B
HTML
[viewBag]
|
|
==
|
|
<div class="video-item photo-item">
|
|
<a href="{{'new/newPost'|page({id:post.id,slug:post.slug})}}" class="video photo">
|
|
<img src="{{post.featured_image|media|resize(383)}}" />
|
|
</a>
|
|
<div class="sub-news-left-content-item-content video-info">
|
|
<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>
|
|
</div>
|
|
<p class="sub-news-left-content-item-date-content-info">
|
|
<a href="{{'new/newPost'|page({id:post.id,slug:post.slug})}}">{{post.title}}</a>
|
|
</p>
|
|
</div>
|
|
</div> |