summaryrefslogtreecommitdiff
path: root/html/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'html/default.nix')
-rw-r--r--html/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/default.nix b/html/default.nix
index 2d8774c..b001d91 100644
--- a/html/default.nix
+++ b/html/default.nix
@@ -47,9 +47,9 @@ 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"
- } and ${
+ (footer "Webpage ${
+ href "#Software#aristoteWebpage" "generated"
+ } with the help of ${href "https://nixos.org/" "Nix"} and ${
href "https://classless.de/" "Classless CSS"
}, and compressed with the help of ${
href "https://github.com/uncss/uncss" "uncss"