summaryrefslogtreecommitdiffstats
path: root/docs/templates/index.liquid
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-19 10:48:25 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-19 11:48:18 +0100
commit0535e724a274818f0ef7fab74d5a59a32fd78ac9 (patch)
tree81c445b8f1f969b2c96aa08a6a527b2f7452b559 /docs/templates/index.liquid
parentfd1ac5dd791f5a9ec618b8a0eba5c39cec13b6de (diff)
jq 1.3 releasejq-1.3
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>