mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Udated for 3.6 and removed RS and B&M.
This commit is contained in:
parent
c7cd429d70
commit
501f8f6456
12 changed files with 192 additions and 227 deletions
3
_includes/newsitem.html
Normal file
3
_includes/newsitem.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue