site: Tweak log output when building.
* haunt/site.scm (build-site): Change log message text.
This commit is contained in:
		@@ -76,7 +76,6 @@ BUILDERS: A list of procedures for building pages from posts"
 | 
			
		||||
        (build-dir (absolute-file-name (site-build-directory site))))
 | 
			
		||||
    (clean-directory build-dir)
 | 
			
		||||
    (for-each (lambda (page)
 | 
			
		||||
                (format #t "writing ~a" (page-file-name page))
 | 
			
		||||
                (write-page page build-dir)
 | 
			
		||||
                (format #t " ✓~%"))
 | 
			
		||||
                (format #t "writing '~a'~%" (page-file-name page))
 | 
			
		||||
                (write-page page build-dir))
 | 
			
		||||
              (flat-map (cut <> site posts) (site-builders site)))))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user