Author: joes
Date: Mon Mar 17 17:11:26 2014
New Revision: 1578468

URL: http://svn.apache.org/r1578468
Log:
select template

Modified:
    thrift/cms-site/lib/path.pm

Modified: thrift/cms-site/lib/path.pm
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/lib/path.pm?rev=1578468&r1=1578467&r2=1578468&view=diff
==============================================================================
--- thrift/cms-site/lib/path.pm (original)
+++ thrift/cms-site/lib/path.pm Mon Mar 17 17:11:26 2014
@@ -9,7 +9,7 @@ my $conf = YAML::Load($yaml);
 
 
 our @patterns = (
-    [qr/\.md$/, single_narrative => { conf => $conf }],
+    [qr/\.md$/, single_narrative => { conf => $conf, template => 
'default.html' }],
 );
 
 1;


Reply via email to