diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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"}.") ]) ] |
