mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +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
|
|
@ -1,19 +1,18 @@
|
|||
---
|
||||
layout: page
|
||||
title: News | Torque 3D
|
||||
root: ..
|
||||
---
|
||||
|
||||
<div class="banner"><div class="container">
|
||||
<h2>News Archive</h2>
|
||||
</div></div>
|
||||
|
||||
<div class="container">
|
||||
<p></p>
|
||||
<ul class="list-unstyled">
|
||||
{% for post in site.posts %}
|
||||
<li><span class="date">{{post.date | date_to_string}}</span>
|
||||
<a class="post-title" href="{{page.root}}{{post.url}}">{{post.title}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
---
|
||||
layout: page
|
||||
title: News | Torque 3D
|
||||
root: ..
|
||||
---
|
||||
|
||||
<div class="banner"><div class="container">
|
||||
<h2>News Archive</h2>
|
||||
</div></div>
|
||||
|
||||
<div class="container">
|
||||
<p></p>
|
||||
<ul class="list-unstyled">
|
||||
{% for post in site.posts %}
|
||||
{% include newsitem.html post=post %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue