Udated for 3.6 and removed RS and B&M.

This commit is contained in:
Daniel Buckmaster 2014-10-20 14:04:47 +11:00
parent c7cd429d70
commit 501f8f6456
12 changed files with 192 additions and 227 deletions

View file

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