diff --git a/www/src/pages/home.hy b/www/src/pages/home.hy index 1ed351a..339e79a 100644 --- a/www/src/pages/home.hy +++ b/www/src/pages/home.hy @@ -15,7 +15,7 @@ (h2 "site info" ~(run "make-footnote \"as of last build\"")) (details (summary "git changelog") - (pre ~(run "git log --pretty=format:'%ad %s' --date=short"))) + (pre ~(run #[[git log --pretty=format:'%ad %s' --date=short | sed 's//\>/g']]))) (details (summary "file tree of the site on the server")