1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 02:00:29 +02:00

doc: Fix URL of ‘language-picker.svg’.

Fixes a regression introduced in
824d46a2fe.

* doc/build.scm (stylized-html)[build]: Avoid double leading slash for
‘language-picker.svg’.

Change-Id: I0817949862f061dbbe04352bda1e479347015c84
This commit is contained in:
Ludovic Courtès
2025-07-09 14:26:09 +02:00
parent a40cc32ae8
commit 3bf155b888

View File

@@ -908,9 +908,9 @@ in SOURCE."
(menu-dropdown
#:label
`(img (@ (alt "Language")
(src #$(string-append
(src #$(in-vicinity
%web-site-url
"/themes/initial/img/language-picker.svg"))))
"themes/initial/img/language-picker.svg"))))
#:items
(language-menu-items file)))
#:split-node? split-node?)