diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/haunt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/haunt.scm b/example/haunt.scm index 52782dc..66a8392 100644 --- a/example/haunt.scm +++ b/example/haunt.scm @@ -1,5 +1,6 @@ (use-modules (haunt site) (haunt reader) + (haunt asset) (haunt builder blog) (haunt builder atom) (srfi srfi-19)) |