]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/modules/news-table.html
Donation page responsivness
[people/shoehn/ipfire.org.git] / templates / modules / news-table.html
CommitLineData
985edd9f 1<ul class="list-unstyled">
7771acea
MT
2 {% for n in news %}
3 <li>
4 <a href="/news/{{ n.slug }}"><strong>{{ n.title }}</strong></a>
5 <br>
9068dba1 6 &nbsp;&nbsp;{{ locale.format_date(n.published, shorter=True) }}
7771acea
MT
7 <br>&nbsp;
8 </li>
9 {% end %}
10</ul>