]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/modules/planet-entry.html
Update planet to use the new layout.
[people/shoehn/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(96) }}" alt="{{ entry.author.cn }}" />
4 </a>
5 {% end %}
6
7 <h2>
8 <a href="/post/{{ entry.slug }}">{{ entry.title }}</a>
9 </h2>
10
11 {% raw entry.text %}
12
13 <p class="pull-right clear">
14 {{ _("Posted by") }} <a href="/user/{{ entry.author.uid }}">{{ entry.author.cn }}</a>
15 {{ _("on") }} {{ locale.format_date(entry.published, shorter=True) }}
16 </p>
17
18 <hr class="separator clear">