summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-13 22:50:46 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-13 22:56:32 +0200
commit12e4d2497d08efd7217f9582c5df151ff8d4d041 (patch)
tree2fbdc7bfa930ea8be3d9fdd2c57cf254214b8822 /haunt.scm
parentMove website source to gnu-tools-website repo (diff)
Tweak front-page sentence.
* haunt.scm (base-layout): Shorten front-page sentence.
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index 4cc6d97..5836e22 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -105,8 +105,8 @@
105 "Welcome to the GNU Assembly! We write " 105 "Welcome to the GNU Assembly! We write "
106 (a (@ (href "/en/documents/free-software")) 106 (a (@ (href "/en/documents/free-software"))
107 (emph "free software")) 107 (emph "free software"))
108 " — software that empowers users, " 108 " — software that empowers users "
109 "giving them individual and collective control " 109 "with individual and collective control "
110 "over their computing, from the operating " 110 "over their computing, from the operating "
111 "system to applications.")) 111 "system to applications."))
112 `(,(menubar (assoc-ref meta 'menu)))))) 112 `(,(menubar (assoc-ref meta 'menu))))))