From 2356cf98a98a7de3571e0991448f932769ad26c0 Mon Sep 17 00:00:00 2001 From: Uriel Date: Fri, 29 Aug 2008 01:05:05 +0200 Subject: [PATCH] Fix blog title links --- bin/controller.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/controller.rc b/bin/controller.rc index f93c350..a2a36d3 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -105,7 +105,7 @@ fn blogTitle { title=`{basename $1 | sed 's/^[0-9\-]*_(.*)\.md$/\1/; s/_/ /g' } permlink= `{echo $1 | sed 's,^/[a-z/]*www/,/,; s,^sites/[^/]*/*/,/,; s/\.md$//' } du=`{ls -l $1} - echo '##' $"title^' *('By $du(4) Last mod: $du(7 8 9) ')*' + echo '##' $"title^' *('By $du(4) Last mod: $du(7 8 9) ')*' }