]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/modules/news-item.html
Add the release announcement to the download page
[people/shoehn/ipfire.org.git] / templates / modules / news-item.html
CommitLineData
60024cc8 1<div class="row">
985edd9f 2 <div class="col-lg-12 col-md-12">
60024cc8
MT
3 {% if show_heading %}
4 <h2>
5 {% if announcement %}
6 {{ _("Announcement") }}:
7 {% end %}
2fed2438 8 <a href="http://www.ipfire.org/news/{{ item.slug }}">{{ item.title }}</a>
60024cc8 9 </h2>
940227cb 10 {% end %}
60024cc8 11
02f2d7fe 12 {% raw item.text %}
2fed2438
MT
13
14 <hr>
15
16 <small class="pull-right">
17 {{ _("Published by %(author)s, %(time)s") % { "author" : item.author, "time" : locale.format_date(item.published, full_format=True) } }}
18 </small>
940227cb 19 </div>
81675874 20</div>