]> git.ipfire.org Git - ipfire.org.git/blame - templates/modules/planet-entry.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / modules / planet-entry.html
CommitLineData
60024cc8
MT
1<div class="row">
2 <div class="span9">
3 {% if show_avatar %}
441c39f5 4 <a class="pull-right" href="/user/{{ entry.author.uid }}">
7771acea 5 <img class="img-polaroid" src="{{ entry.author.gravatar_icon(96) }}" alt="{{ entry.author.cn }}" />
441c39f5 6 </a>
940227cb
MT
7 {% end %}
8
60024cc8
MT
9 <h2>
10 <a href="/post/{{ entry.slug }}">{{ entry.title }}</a>
11 </h2>
12
13 {{ entry.text }}
14
15 <p class="pull-right" style="clear: both;">
16 {{ _("Posted by") }} <a href="/user/{{ entry.author.uid }}">{{ entry.author.cn }}</a>
17 {{ _("on") }} {{ locale.format_date(entry.published, shorter=True) }}
940227cb 18 </p>
d0d074e0
MT
19 </div>
20</div>
60024cc8 21
7771acea 22<hr>