mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
a40cc32ae8
commit
3bf155b888
1 changed files with 2 additions and 2 deletions
|
@ -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?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue