]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/modules/planet-entry.html
Huge update for fireinfo, introducting talk and nopaste
[people/shoehn/ipfire.org.git] / templates / modules / planet-entry.html
CommitLineData
55b162d6
MT
1{% if show_avatar %}
2 <a class="pull-right" href="/user/{{ entry.author.uid }}">
66862195 3 <img class="img-rounded img-padding" src="{{ entry.author.gravatar_icon(128) }}" alt="{{ entry.author.name }}" />
55b162d6
MT
4 </a>
5{% end %}
940227cb 6
55b162d6
MT
7<h2>
8 <a href="/post/{{ entry.slug }}">{{ entry.title }}</a>
9</h2>
60024cc8 10
55b162d6 11{% raw entry.text %}
60024cc8 12
55b162d6 13<p class="pull-right clear">
66862195 14 {{ _("Posted by") }} <a href="/user/{{ entry.author.uid }}">{{ entry.author.name }}</a>
55b162d6
MT
15 {{ _("on") }} {{ locale.format_date(entry.published, shorter=True) }}
16</p>
60024cc8 17
55b162d6 18<hr class="separator clear">