diff options
| author | Jakob L. Kreuze | 2019-07-23 17:49:51 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2019-07-23 17:49:51 -0400 |
| commit | fb667d98c6d0b7c133ea5fcfa54fc1f1136772ef (patch) | |
| tree | f26220e1fdfd394d37e5d749bd3694e410ffe9f9 /haunt/haunt.scm | |
| parent | 7c24b6569616ee14ef515b91bc4c9fca12a69572 (diff) | |
Implement an Atom feed with support for crossposts.
Diffstat (limited to 'haunt/haunt.scm')
| -rw-r--r-- | haunt/haunt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/haunt.scm b/haunt/haunt.scm index dcf41b0..8a975ec 100644 --- a/haunt/haunt.scm +++ b/haunt/haunt.scm @@ -15,9 +15,9 @@ ;;; <http://www.gnu.org/licenses/>. (use-modules (haunt builder assets) - (haunt builder atom) (haunt post) (haunt site) + (jakob builder atom) (jakob builder blog) (jakob builder blogroll) (jakob builder htaccess) |