[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: contribute: Fix display of hyperlink to
From: |
Florian Pelz |
Subject: |
branch master updated: website: contribute: Fix display of hyperlink to the Contributor Covenant. |
Date: |
Wed, 29 Jul 2020 05:56:26 -0400 |
This is an automated email from the git hooks/post-receive script.
pelzflorian pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new 7123def website: contribute: Fix display of hyperlink to the
Contributor Covenant.
7123def is described below
commit 7123def1b9e54341099b33600e3066c682aaaf61
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Wed Jul 29 11:42:37 2020 +0200
website: contribute: Fix display of hyperlink to the Contributor Covenant.
This is a follow-up to 0920b3d2f11b5ae840a00f4a3d5ac928c1998743.
* website/apps/base/templates/contribute.scm (contribute-t): Add
missing unquote.
---
website/apps/base/templates/contribute.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/apps/base/templates/contribute.scm
b/website/apps/base/templates/contribute.scm
index 7734268..b91b9d4 100644
--- a/website/apps/base/templates/contribute.scm
+++ b/website/apps/base/templates/contribute.scm
@@ -55,7 +55,7 @@ Translation|I18N|L10N|Artwork") #\|)
this end our project uses a “Contributor Covenant”, which was
adapted
from "
,(G_ ((lambda (url)
- `(a (@ (href ,url)) url))
+ `(a (@ (href ,url)) ,url))
"https://contributor-covenant.org/"))
". You can find the full pledge in the "
,(G_
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: website: contribute: Fix display of hyperlink to the Contributor Covenant.,
Florian Pelz <=