diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-13 22:50:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-13 22:56:32 +0200 |
commit | 12e4d2497d08efd7217f9582c5df151ff8d4d041 (patch) | |
tree | 2fbdc7bfa930ea8be3d9fdd2c57cf254214b8822 | |
parent | Move website source to gnu-tools-website repo (diff) |
Tweak front-page sentence.
* haunt.scm (base-layout): Shorten front-page sentence.
-rw-r--r-- | haunt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)))))) |