]> git.ipfire.org Git - ipfire.org.git/blobdiff - templates/modules/planet-entry.html
planet: Slight face-lift and add hottest posts
[ipfire.org.git] / templates / modules / planet-entry.html
index 0b125ab39c19ce90a5ece2d6b31b35f26d3e9699..62841b9c247fecb7571a5a894642afd4cf0ca823 100644 (file)
@@ -6,13 +6,15 @@
 
 <h2>
        <a href="/post/{{ entry.slug }}">{{ entry.title }}</a>
+
+       <br>
+
+       <small>
+               {{ _("by") }} <a href="/user/{{ entry.author.uid }}">{{ entry.author.name }}</a>,
+               {{ locale.format_date(entry.published, shorter=True) }}
+       </small>
 </h2>
 
 {% raw entry.text %}
 
-<p class="pull-right clear">
-       {{ _("Posted by") }} <a href="/user/{{ entry.author.uid }}">{{ entry.author.name }}</a>
-       {{ _("on") }} {{ locale.format_date(entry.published, shorter=True) }}
-</p>
-
 <hr class="separator clear">