[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"
- main updated (548b86e -> e4b4206), Ludovic Courtès, 2024/05/31
- [no subject], Ludovic Courtès, 2024/05/31
- [no subject], Ludovic Courtès, 2024/05/31
- [no subject],
Ludovic Courtès <=
- [no subject], Ludovic Courtès, 2024/05/31
- [no subject], Ludovic Courtès, 2024/05/31
- [no subject], Ludovic Courtès, 2024/05/31