From 4098a8323a2dfbb498e1e59bef417b48b1034775 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Wed, 16 Nov 2022 23:22:13 +0100 Subject: add uncss and imagemagick to footer --- html/default.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/html/default.nix b/html/default.nix index f63fc25..2d8774c 100644 --- a/html/default.nix +++ b/html/default.nix @@ -47,9 +47,14 @@ html.html { lang = "en"; } [ (section: li (href "#${section.title}" section.title))))) ]) (main { role = "main"; } (for sections (section: section.body))) - (footer - "Webpage generated with the help of ${href "https://nixos.org/" "Nix"}, ${ + (footer "Webpage generated with the help of ${ + href "https://nixos.org/" "Nix" + } and ${ href "https://classless.de/" "Classless CSS" - } and ${href "https://yui.github.io/yuicompressor/" "YUI Compressor"}.") + }, and compressed with the help of ${ + href "https://github.com/uncss/uncss" "uncss" + }, ${href "https://yui.github.io/yuicompressor/" "YUI Compressor"} and ${ + href "https://imagemagick.org/" "ImageMagick" + }.") ]) ] -- cgit v1.2.3