From bb4a07180422e390233c0ad696e3b6a952acdc33 Mon Sep 17 00:00:00 2001 From: sirgazil Date: Sat, 26 Nov 2016 22:09:45 -0500 Subject: website: packages: Fix invalid HTML (bug #22115). * README (Building and running special pages): Correct environment variable. * www/packages.scm (packages-page): Move update date to the top of the page. (package->sxml): Use ID instead of NAME attribute for anchors, and move out DIV element from P element, which is invalid. --- website/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/README') diff --git a/website/README b/website/README index d5f6459..99d13ee 100644 --- a/website/README +++ b/website/README @@ -52,7 +52,7 @@ built using *Haunt*. To build them, and try them out locally, do the following: 1. Add the directory containing the source code of GNU Guix to the - ~PATH~ environment variable. + ~GUILE_LOAD_PATH~ environment variable. 2. Build the part of the website that builds with *Haunt*: #+BEGIN_EXAMPLE -- cgit v1.2.3