tera/Source/SITE/blog/post-header.html

9 lines
430 B
HTML
Raw Normal View History

2019-03-16 16:08:05 +00:00
<div class="col-md-4">
2019-03-18 15:36:08 +00:00
<div class="about bg-grey last-news-panel">
<img src="{{title_pic}}" alt="{{post_title}}" title="{{post_title}}" />
2019-03-16 16:08:05 +00:00
<p>{{post_date}}</p>
2019-03-18 15:36:08 +00:00
<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>
2019-03-16 16:08:05 +00:00
</div>
</div>