diff options
| author | Jakob L. Kreuze | 2019-05-11 16:35:19 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2019-05-11 16:35:19 -0400 |
| commit | 10e25b1e35369b4dde70051d4a6f4912af1940af (patch) | |
| tree | 47986e02324933893e5bbfc72efc7b9382aa8f23 /haunt/haunt.scm | |
| parent | 3a8f3c3dac0151436a8400de9837173fdbef93b7 (diff) | |
Add JavaScript Web Labels for GNU LibreJS
Diffstat (limited to 'haunt/haunt.scm')
| -rw-r--r-- | haunt/haunt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haunt/haunt.scm b/haunt/haunt.scm index 225a4a2..3f48a98 100644 --- a/haunt/haunt.scm +++ b/haunt/haunt.scm @@ -128,6 +128,7 @@ (sort-by-tag) (static-page "About Me" "about") (static-page "Projects" "projects") + (static-page "JavaScript Web Labels" "weblabels") (static-directory "css") (static-directory "fonts") (static-directory "js") |