]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/planet/list.html
Bootstap migration talk.ipfire.org
[people/shoehn/ipfire.org.git] / templates / planet / list.html
index 56ff13aa575d98e5741663eb20f7d2d1b68cbd16..082c22964820fa694f324aef60695a534850aaff 100644 (file)
@@ -3,17 +3,18 @@
 {% block title %}{{ _("IPFire Planet") }} - {% if author %}{{ _("%s's posts") % author.name }}{% elif year %}{{ _("Posts from %s") % year }}{% end %}{% end block %}
 
 {% block body %}
+<div class="container features-content">
        <div class="row">
                <div class="{% if author %}col-md-9{% else %}col-md-12{% end %}">
                        {% block bodyA %}
                                <div class="page-header">
-                                       <h1>
+                                       <h2 class="display-2">
                                                {% if author %}
                                                        {{ _("%s's posts") % author.name }}
                                                {% elif year %}
                                                        {{ _("Posts from %s") % year }}
                                                {% end %}
-                                       </h1>
+                                       </h2>
                                </div>
 
                                {% if entries %}
@@ -53,4 +54,5 @@
                        </div>
                {% end %}
        </div>
+</div>
 {% end block %}