Torque3D/_includes/newsitem.html

4 lines
230 B
HTML
Raw Normal View History

2014-10-20 14:04:47 +11:00
<span class="date">{{include.post.date | date_to_string}}</span>
<a href="{{page.root}}{{post.url}}"><span class="post-title">{{include.post.title}}</span></a>
<p>{{ include.post.content | strip_html | truncatewords: 40 }}</p>