guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ludovic Courtès
Date: Fri, 31 May 2024 04:11:59 -0400 (EDT)

branch: main
commit 34f42b279b001e59e323696b4060e567e0d6bd64
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 31 09:35:05 2024 +0200

    templates: Include search form in collapsable navbar target.
    
    Previously, on narrow viewpoints, the search form would still appear
    next to the burger menu.
    
    * src/cuirass/templates.scm (html-page): Move ‘search-query’ within
    ‘navbarDropdown’ div.
---
 src/cuirass/templates.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index fd36f57..0cee6f9 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -207,8 +207,8 @@ system whose names start with " (code "guile-") ":" (br)
                                                           " active" ""))
                                    (href "/"))
                                 Home))
-                         ,@(navigation-items navigation)))
-                ,(search-form query)))
+                         ,@(navigation-items navigation))
+                     ,(search-form query))))
           (main (@ (id "content")
                    (class ,(if margin?
                                "container content"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]