]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/modules/news-item.html
Import of new website.
[ipfire.org.git] / www / templates / modules / news-item.html
CommitLineData
81675874 1<div class="post">
940227cb
MT
2 <h2 class="title"><a href="/news/{{ item.slug }}">{{ item.title }}</a></h2>
3 <p class="meta">
4 {{ _("Posted by %s on") % item.author }} {{ locale.format_date(item.date, shorter=True) }}
5 <!-- &bull; <a href="/news/{{ item.slug }}">{{ _("Full article") }}</a> -->
6 </p>
7 <div class="entry">
8 {{ item.text }}
9
10 {% if not uncut %}
11 <p class="links">
12 <a href="/news/{{ item.slug }}">{{ _("Read more") }}</a>
13 </p>
14 {% end %}
15 </div>
81675874 16</div>
940227cb 17