mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 10:33:50 +00:00
3 lines
230 B
HTML
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>
|