summaryrefslogtreecommitdiff
path: root/website/www/help.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-07 15:00:08 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-07 15:00:08 +0200
commit75cdb3856b7e34f9c22f41f9c5653acfe96e1dc3 (patch)
tree9f60abe43cc79abbe003f46da86574292dcafad5 /website/www/help.scm
parent57f48d84c78b128cd53c508facc9022f50cc717b (diff)
downloadguix-artwork-75cdb3856b7e34f9c22f41f9c5653acfe96e1dc3.tar
guix-artwork-75cdb3856b7e34f9c22f41f9c5653acfe96e1dc3.tar.gz
website: Add '-page' to the variables, to distinguish from modules.
Diffstat (limited to 'website/www/help.scm')
-rw-r--r--website/www/help.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/www/help.scm b/website/www/help.scm
index b05d23a..93060a3 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -1,7 +1,7 @@
(define-module (www help)
- #:export (help))
+ #:export (help-page))
-(define help
+(define help-page
'(html (@ (lang "en"))
(head (meta (@ (charset "utf-8")))
(meta (@ (name "author")