mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Working-ish site.
This commit is contained in:
commit
7b1fef1286
20 changed files with 1013 additions and 0 deletions
10
_layouts/post.html
Normal file
10
_layouts/post.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<h2>{{page.title}}</h2>
|
||||
<p class="meta">{{page.date | date_to_string}}</p>
|
||||
|
||||
<div class="post">
|
||||
{{ content }}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue