Author: joes
Date: Mon Mar 17 17:51:00 2014
New Revision: 1578484

URL: http://svn.apache.org/r1578484
Log:
future proof a mass rename of markdown files

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

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


Reply via email to