]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/planet/posting.html
Bootstap migration talk.ipfire.org
[people/shoehn/ipfire.org.git] / templates / planet / posting.html
index 6b01bd8c72487477c5cc16e1c5fd937574ef429a..ede692ecc7433b893d040f207b52a9ad6959b617 100644 (file)
@@ -5,13 +5,15 @@
 {% block container %}
        {% module PlanetEntry(entry) %}
 
-       <hr class="clear">
-
-       <p class="text-muted ac">
-               {{ _("Posted:") }} {{ locale.format_date(entry.published, shorter=True, relative=False) }}
-
-               &bull;
-
-               {{ _("One view", "%(views)s views", entry.views) % { "views" : entry.views } }}
-       </p>
+       <div class="container mb-6">
+               <div class="col-12">
+                       <small>
+                               {{ _("Posted:") }} {{ locale.format_date(entry.published, shorter=True, relative=False) }}
+               
+                               &bull;
+               
+                               {{ _("One view", "%(views)s views", entry.views) % { "views" : entry.views } }}
+                       </small>
+               </div>
+       </div>
 {% end block %}