Torque3D/_includes/newsitem.html
2014-10-20 14:04:47 +11:00

3 lines
230 B
HTML

<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>