tera/Source/SITE/blog/post-header.html
progr76@gmail.com be1548fa14 0.925
2019-03-18 18:36:08 +03:00

9 lines
430 B
HTML

<div class="col-md-4">
<div class="about bg-grey last-news-panel">
<img src="{{title_pic}}" alt="{{post_title}}" title="{{post_title}}" />
<p>{{post_date}}</p>
<a href="{{post_url}}">{{post_title}}</a>
<p>{{post_announce}}</p><button type="button" onclick="location.href='{{post_url}}';" class="btn btn-secondary" class="btn btn-secondary news-btn">READ MORE</button>
</div>
</div>