From 1589d024d7189cdfa11c5404b3c406c4ef448637 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Jul 2015 23:08:24 -0400 Subject: site: Display unicode arrow when printing asset copy actions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * haunt/site.scm (build-site): Replace '->' with '→'. --- haunt/site.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haunt/site.scm b/haunt/site.scm index bc90a4e..b1aff44 100644 --- a/haunt/site.scm +++ b/haunt/site.scm @@ -87,7 +87,7 @@ BUILDERS: A list of procedures for building pages from posts" (format #t "writing page '~a'~%" (page-file-name page)) (write-page page build-dir)) ((? asset? asset) - (format #t "copying asset '~a' -> '~a'~%" + (format #t "copying asset '~a' → '~a'~%" (asset-source asset) (asset-target asset)) (install-asset asset build-dir)) -- cgit v1.2.3