guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: Fix the cookbook link.


From: Christopher Baines
Subject: branch master updated: website: Fix the cookbook link.
Date: Thu, 05 Sep 2024 07:01:41 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 5eb20b3  website: Fix the cookbook link.
5eb20b3 is described below

commit 5eb20b3e01e4950edccb5109408fc571da50daee
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Sep 5 12:00:55 2024 +0100

    website: Fix the cookbook link.
    
    Follow up to 7fc6486426a71b48c75fdf8629ec70840befba17.
    
    * website/apps/base/templates/components.scm (navbar): Prepend the
    locale when linking to the cookbook.
---
 website/apps/base/templates/components.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/base/templates/components.scm 
b/website/apps/base/templates/components.scm
index 9db09fa..58ffbe1 100644
--- a/website/apps/base/templates/components.scm
+++ b/website/apps/base/templates/components.scm
@@ -443,7 +443,7 @@ manual.
          (C_ "website menu"
              (menu-item #:label "Cookbook"
                         #:active-item active-item
-                        #:url (guix-url "cookbook/")))
+                        #:url (guix-url "cookbook/" #:append-locale #t)))
          (C_ "website menu"
              (menu-item #:label "GNU Manuals"
                         #:active-item active-item



reply via email to

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