]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog/post: applied is-hidden-mobile to download button post.release
authorRico Hoppe <rico.hoppe@ipfire.org>
Thu, 19 Oct 2023 16:43:46 +0000 (16:43 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Thu, 19 Oct 2023 16:43:46 +0000 (16:43 +0000)
src/templates/blog/post.html

index 8683318b24cc6de771a31f84b74b8a2cfdfa8af6..b5fcc8d37ffdf9cbe163a1a2733c19244b46104a 100644 (file)
                                <nav class="breadcrumb is-medium" aria-label="breadcrumbs">
                                        <ul>
                                                <li>
-                                                       <a href="/">{{ _("Home") }}</a>
+                                                       <a href="/">{{ _("Home") }}</a>
                                                </li>
                                                <li>
-                                                       <a href="/blog">{{ _("Blog") }}</a>
+                                                       <a href="/blog">{{ _("Blog") }}</a>
                                                </li>
                                                <li class="is-active">
                                                        <a href="#" aria-current="page">{{ post.title }}</a>
                                                                <span class="icon">
                                                                        <i class="fas fa-download"></i>
                                                                </span>
-                                                               <span>{{ _("Download %s") % post.release }}</span>
+                                                               <span>{{ _("Download") }} <span class="is-hidden-mobile">{{ post.release }}</span></span>
+
                                                        </a>
                                                {% end %}
                                        </div>