From 2f6b06dd22f6f117d0a52e03d90f41a810889519 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Jul 2015 22:47:14 -0400 Subject: asset: Add brief documentation. * haunt/asset.scm: Add introductory comment. * README.md (Example Configuration): Add 'directory-assets' example. --- example/haunt.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'example') 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)) -- cgit v1.2.3