From 122631538f9446b8a99c217672f3835ff2e06a5e Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 13 Nov 2022 13:47:55 +0100 Subject: html: add footer --- html/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'html') diff --git a/html/default.nix b/html/default.nix index 90a5143..f63fc25 100644 --- a/html/default.nix +++ b/html/default.nix @@ -47,6 +47,9 @@ html.html { lang = "en"; } [ (section: li (href "#${section.title}" section.title))))) ]) (main { role = "main"; } (for sections (section: section.body))) - (footer [ ]) + (footer + "Webpage generated with the help of ${href "https://nixos.org/" "Nix"}, ${ + href "https://classless.de/" "Classless CSS" + } and ${href "https://yui.github.io/yuicompressor/" "YUI Compressor"}.") ]) ] -- cgit v1.2.3