diff options
author | sirgazil <felipe.lopez@openmailbox.org> | 2016-11-26 22:09:45 -0500 |
---|---|---|
committer | sirgazil <felipe.lopez@openmailbox.org> | 2016-11-26 22:09:45 -0500 |
commit | bb4a07180422e390233c0ad696e3b6a952acdc33 (patch) | |
tree | ee27a513cb0f81ec6a67130c34d5f3aaaa9d9008 /website/README | |
parent | 4a2d3b587a527e5f3f508744b0483b0763bcd7ef (diff) | |
download | guix-artwork-bb4a07180422e390233c0ad696e3b6a952acdc33.tar guix-artwork-bb4a07180422e390233c0ad696e3b6a952acdc33.tar.gz |
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.
Diffstat (limited to 'website/README')
-rw-r--r-- | website/README | 2 |
1 files changed, 1 insertions, 1 deletions
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 |