mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Fix posts.
This commit is contained in:
parent
5fcfd74136
commit
a8e8ca4874
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ root: .
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if site.posts | size %}
|
{% if site.posts != empty %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<h2>Recent news</h2>
|
<h2>Recent news</h2>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue