aboutsummaryrefslogtreecommitdiff
path: root/news/index.html.j2
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-04 22:20:05 +0000
committerng0 <ng0@n0.is>2019-11-04 22:20:05 +0000
commitd5c3f1223f0de3831cbb1efbe1f29031e39ccecd (patch)
tree06b94611bd504ab8045eccbe10dedb7757869ee9 /news/index.html.j2
parent952748467d1db65d4d21d3137532b5075882e112 (diff)
downloadwww-d5c3f1223f0de3831cbb1efbe1f29031e39ccecd.tar.gz
www-d5c3f1223f0de3831cbb1efbe1f29031e39ccecd.zip
news with date in front.
Diffstat (limited to 'news/index.html.j2')
-rw-r--r--news/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/news/index.html.j2 b/news/index.html.j2
index 0d4cac46..6f3e36ca 100644
--- a/news/index.html.j2
+++ b/news/index.html.j2
@@ -14,7 +14,7 @@
14 </p> 14 </p>
15 <ul> 15 <ul>
16 {% for item in newsdata %} 16 {% for item in newsdata %}
17 <li><a href="{{ item['page'] }}" title="{{ item['date']}}">{{ item['title'] }}</a></li> 17 <li>{{ item['date'] }}: <a href="{{ item['page'] }}" title="{{ item['date']}}">{{ item['title'] }}</a></li>
18 {% endfor %} 18 {% endfor %}
19 </ul> 19 </ul>
20 </section> 20 </section>