summaryrefslogtreecommitdiffstats
path: root/docs/templates/index.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates/index.liquid')
-rw-r--r--docs/templates/index.liquid10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/templates/index.liquid b/docs/templates/index.liquid
index 4165c766..6ee88bbf 100644
--- a/docs/templates/index.liquid
+++ b/docs/templates/index.liquid
@@ -35,6 +35,16 @@
<div class="row" style="text-align:center; margin-top: 30px">
{{tail | markdownify}}
</div>
+ <div class="row">
+ <h2>News</h2>
+ <div id="news">
+ <ul>
+ {% for item in news %}
+ <li><span class="date">{{ item.date | date: '%m %B %Y' }}</span>{{item.body | markdownify}}</li>
+ {% endfor %}
+ </ul>
+ </div>
+ </div>
</div>
{% include "shared/footer" %}
</body>