diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/default.nix | 11 |
1 files 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" + }.") ]) ] |
