]> git.ipfire.org Git - ipfire.org.git/blob - templates/modules/news-preview.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / modules / news-preview.html
1 <div class="post">
2 <a name="{{ item.slug }}"></a>
3 <h3>
4 <a href="/news/{{ item.slug }}">{{ item.title }}</a>
5 </h3>
6 <div class="post_info">{{ item.date }} {{ _("by") }} {{ item.author }}</div>
7 {{ item.text }}
8 </div>
9