diff options
| author | Jakob L. Kreuze | 2019-05-11 15:27:03 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2019-05-11 15:46:31 -0400 |
| commit | 9e0edbe4140753ea739f022c4847837a7a1f373c (patch) | |
| tree | 6a85ae52ca775c9b7df67edfd518c16a1e541c5c /haunt/haunt.scm | |
| parent | 8d4f38027b3baeead5da2399431649241ebab73e (diff) | |
Add initial implementation of Webmention inbox
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 c618ab0..225a4a2 100644 --- a/haunt/haunt.scm +++ b/haunt/haunt.scm @@ -130,6 +130,7 @@ (static-page "Projects" "projects") (static-directory "css") (static-directory "fonts") + (static-directory "js") (static-directory "images") (lambda (site posts) (make-asset "other/gpg.txt" "/gpg.txt")))) |