mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
More work.
This commit is contained in:
parent
5ac0a23db9
commit
8488ef4064
13 changed files with 153 additions and 64 deletions
19
news/index.html
Normal file
19
news/index.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue