]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/modules/planet-entry.html
planet: Slight face-lift and add hottest posts
[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>
d88b8f41
MT
9
10 <br>
11
12 <small>
13 {{ _("by") }} <a href="/user/{{ entry.author.uid }}">{{ entry.author.name }}</a>,
14 {{ locale.format_date(entry.published, shorter=True) }}
15 </small>
55b162d6 16</h2>
60024cc8 17
55b162d6 18{% raw entry.text %}
60024cc8 19
55b162d6 20<hr class="separator clear">