Skip to content

Commit f308a89

Browse files
Add link to repository in README
1 parent 78f947d commit f308a89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Hiccup-style HTML generation for Nix. Describe HTML as Nix lists/attrsets, render to strings. Heavily inspired by [hiccup](https://github.com/weavejester/hiccup) (Fast library for rendering HTML in Clojure) by [@weavejester](https://github.com/weavejester)
44

5+
[View on GitHub](https://github.com/embedding-shapes/niccup)
6+
57
## Installation
68

79
Flakes:

website.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ let
3737
[ "style" (h.raw styles) ]
3838
]
3939
[ "body"
40-
[ "nav" [ "a" { href = repoUrl; } "View on GitHub" ] ]
4140
[ "main" ]
4241
]
4342
];

0 commit comments

Comments
 (0)