guix-commits
[Top][All Lists]
Advanced

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

01/04: website: theme: Fix call to i18n macro.


From: Florian Pelz
Subject: 01/04: website: theme: Fix call to i18n macro.
Date: Wed, 30 Oct 2019 18:27:20 -0400 (EDT)

pelzflorian pushed a commit to branch wip-i18n
in repository guix-artwork.

commit 43280c780e5432a960df20ca94045d4ce77a6e36
Author: Florian Pelz <address@hidden>
Date:   Wed Oct 30 17:58:28 2019 +0000

    website: theme: Fix call to i18n macro.
    
    * website/apps/base/templates/theme.scm (theme): Prepend unquote.
---
 website/apps/base/templates/theme.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/base/templates/theme.scm 
b/website/apps/base/templates/theme.scm
index c0f2035..f77d341 100644
--- a/website/apps/base/templates/theme.scm
+++ b/website/apps/base/templates/theme.scm
@@ -95,7 +95,7 @@
             css)
       ;; Feeds.
       (link (@ (type "application/atom+xml") (rel "alternate")
-              (title (C_ "webpage title" "GNU Guix — Activity Feed"))
+               (title ,(C_ "webpage title" "GNU Guix — Activity Feed"))
               (href ,(guix-url "feeds/blog.atom"))))
       (link (@ (rel "icon") (type "image/png")
               (href ,(guix-url "static/base/img/icon.png"))))



reply via email to

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