]> git.ipfire.org Git - ipfire.org.git/blob - templates/modules/planet-entry.html
planet: Slight face-lift and add hottest posts
[ipfire.org.git] / templates / modules / planet-entry.html
1 {% if show_avatar %}
2 <a class="pull-right" href="/user/{{ entry.author.uid }}">
3 <img class="img-rounded img-padding" src="{{ entry.author.gravatar_icon(128) }}" alt="{{ entry.author.name }}" />
4 </a>
5 {% end %}
6
7 <h2>
8 <a href="/post/{{ entry.slug }}">{{ entry.title }}</a>
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>
16 </h2>
17
18 {% raw entry.text %}
19
20 <hr class="separator clear">