changeset 9:f9858b3bcca0

2007-08-13 23:17:15 by steve Updated defaults.
author steve
date Mon, 13 Aug 2007 23:17:15 +0000
parents d9c2f0cb6096
children 6d7827134a4f
files bin/chronicle
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bin/chronicle	Mon Aug 13 23:02:11 2007 +0000
+++ b/bin/chronicle	Mon Aug 13 23:17:15 2007 +0000
@@ -54,7 +54,7 @@
  --
  http://www.steve.org.uk/
 
- $Id: chronicle,v 1.3 2007-08-13 23:02:02 steve Exp $
+ $Id: chronicle,v 1.4 2007-08-13 23:17:15 steve Exp $
 
 =cut
 
@@ -243,7 +243,7 @@
 {
     $CONFIG{'input'}      = "./blog";
     $CONFIG{'output'}     = "./output";
-    $CONFIG{'template'}   = "./etc";
+    $CONFIG{'template'}   = "./themes/default";
     $CONFIG{'url-prefix'} = "";
 }
 
@@ -294,7 +294,7 @@
 
     if ( $VERSION )
     {
-        my $REVISION      = '$Revision: 1.3 $';
+        my $REVISION      = '$Revision: 1.4 $';
         if ( $REVISION =~ /1.([0-9.]+) / )
         {
             $REVISION = $1;