]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog: Update markup of history navigation module
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Jul 2023 14:23:48 +0000 (14:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Jul 2023 14:23:48 +0000 (14:23 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/blog/modules/history-navigation.html

index edfa55e8d4b62a9416a9f1e3f60e9572928e3d6b..7ea0b643c0f1286f3acd7d3dcbe4ef6cfb1e611b 100644 (file)
@@ -1,45 +1,9 @@
-<!--<h3 class="title is-3">{{ _("Authors") }}</h3>
-
-<div class="row row-cols-1 row-cols-md-2 row-cols-lg-4">
-       {% for account in authors %}
-               <div class="col mb-4">
-                       <div class="row align-items-center">
-                               <div class="col-2 col-md-3">
-                                       <img class="img-fluid rounded-circle"
-                                               src="{{ account.avatar_url(size=64) }}">
-                               </div>
-
-                               <div class="col">
-                                       <h6 class="mb-0">
-                                               <a href="/blog/authors/{{ account.uid }}">
-                                                       {{ account.name or account.nickname }}
-                                               </a>
-                                       </h6>
-                               </div>
-                       </div>
-               </div>
-       {% end %}
-</div>
-<div class="block">
-       <div class="columns is-multiline is-mobile">
-               {% for account in authors %}
-                       <div class="column is-2 has-text-centered">
-                               <figure class="image is-64x64 is-inline-block">
-                                       <img class="is-rounded" src="{{ account.avatar_url(size=64) }}">
-                               </figure>
-
-                               <h5 class="title is-5 has-text-weight-bold">{{ account.name or account.nickname }}</h5>
-                       </div>
-               {% end %}
-       </div>
-</div>-->
-
 <h5 class="title is-5">{{ _("Years") }}</h6>
 
 <ul>
        {% for year in years %}
-               <li class="nav-item">
+               <li>
                        <a class="nav-link" href="/blog/years/{{ year }}">{{ year }}</a>
                </li>
        {% end %}
-</ul>
\ No newline at end of file
+</ul>