Author: joes
Date: Mon May  6 19:18:59 2013
New Revision: 1479683

URL: http://svn.apache.org/r1479683
Log:
adjust re file extension to match content

Modified:
    gora/site/trunk/lib/path.pm

Modified: gora/site/trunk/lib/path.pm
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/lib/path.pm?rev=1479683&r1=1479682&r2=1479683&view=diff
==============================================================================
--- gora/site/trunk/lib/path.pm (original)
+++ gora/site/trunk/lib/path.pm Mon May  6 19:18:59 2013
@@ -3,7 +3,7 @@ package path;
 # taken from django's url.py
 
 our @patterns = (
-       [qr!\.mdtext$!, normal_page => { template => "standard_markdown.html" 
}],
+       [qr!\.md$!, normal_page => { template => "standard_markdown.html" }],
 
 #      [qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],
 


Reply via email to