]> git.ipfire.org Git - ipfire.org.git/commitdiff
docs/recent-changes: restyled the page
authorRico Hoppe <rico.hoppe@ipfire.org>
Sun, 15 Oct 2023 14:26:38 +0000 (14:26 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Sun, 15 Oct 2023 14:26:38 +0000 (14:26 +0000)
src/templates/docs/recent-changes.html

index 8b75883f9fe6e2cc6c8d7021d7a7e9cb7daa58bb..6808bca22bfa83c2936caebeda803d074ae2a897 100644 (file)
@@ -3,19 +3,12 @@
 {% block title %}{{ _("Recent Changes") }}{% end block %}
 
 {% block content %}
-       <section>
-               <div class="container">
-                       <div class="row">
-                               <div class="col col-lg-6">
-                                       <h1>{{ _("Recent Changes") }}</h1>
-                               </div>
-                       </div>
-               </div>
-       </section>
+       <div class="container">
+               <section class="section">
+                       <h1 class="title is-1">{{ _("Recent Changes") }}</h1>
+
 
-       <div class="card">
-               <div class="card-body">
                        {% module DocsList(recent_changes, show_changes=True) %}
-               </div>
+               </section>
        </div>
 {% end block %}