From 9ac14dfebdd9f82c6611843cac63c93c79e0f87a Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Wed, 7 Dec 2022 13:02:57 +0100 Subject: [PATCH] website: download: Tell users about CI images. Fixes . Suggestions by ( and Simon Tournier . * website/apps/download/data.scm (): Mention them. --- website/apps/download/data.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/apps/download/data.scm b/website/apps/download/data.scm index 2e54bb4..5718894 100644 --- a/website/apps/download/data.scm +++ b/website/apps/download/data.scm @@ -1,4 +1,5 @@ ;;; GNU Guix web site +;;; Copyright © 2022 Florian Pelz ;;; Initially written by sirgazil who waives all ;;; copyright interest on this file. @@ -21,7 +22,10 @@ (string-append "GNU Guix System " (latest-guix-version) "")) #:description `(div - ,(G_ `(p "USB/DVD ISO installer of the standalone Guix System."))) + ,(G_ `(p "USB/DVD ISO installer of the standalone Guix System. +You can also get " +,(G_ `(a (@ (href ,(guix-url "download/latest/"))) "continuously improved +images")) "."))) #:image (guix-url "static/base/img/GuixSD-package.png") #:base-url (string-append "https://ftp.gnu.org/gnu/guix/guix-system-install-" (latest-guix-version) ".") -- 2.38.1