]> git.ipfire.org Git - ipfire.org.git/blobdiff - templates/planet/base.html
planet: Add fulltext search.
[ipfire.org.git] / templates / planet / base.html
index be96d4ffd36d0cc3df7f57a944a01faf1c6ff65f..27d2545f951310db714749a627521cc057ebc3e2 100644 (file)
@@ -4,7 +4,11 @@
        <header class="jumbotron subhead" id="overview">
                <div class="container">
                        <h1>{{ _("IPFire Planet") }}</h1>
-                       <p class="lead">{{ _("The official blog of the IPFire team") }}</p>
+                       <p class="lead">
+                               {% block subtitle %}
+                                       {{ _("The official blog of the IPFire team") }}
+                               {% end block %}
+                       </p>
                </div>
        </header>
-{% end header %}
+{% end block %}