diff options
| author | Jakob L. Kreuze | 2019-07-19 19:37:54 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2019-07-19 19:37:54 -0400 |
| commit | aed8c20a9488f1ed4f4e316068cbafb07e8676ff (patch) | |
| tree | 19923102f9941509f0523dd11fa6df815a4ed3bc /haunt/haunt.scm | |
| parent | b5153f76e28b0491cad90d529e969d0b92a63ed1 (diff) | |
Implement a blogroll
Diffstat (limited to 'haunt/haunt.scm')
| -rw-r--r-- | haunt/haunt.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haunt/haunt.scm b/haunt/haunt.scm index c5ef247..2454cd9 100644 --- a/haunt/haunt.scm +++ b/haunt/haunt.scm @@ -19,6 +19,7 @@ (haunt post) (haunt site) (jakob builder blog) + (jakob builder blogroll) (jakob builder htaccess) (jakob builder static-pages) (jakob reader html-prime) @@ -44,6 +45,7 @@ #:builders (list (atom-feed) (blog) + (blogroll) (htaccess #:handler-404 "pages/404.html") (static-pages) (static-directory "static"))) |