You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/11/26 14:42:08 UTC

svn commit: r1413611 - /isis/site/trunk/lib/path.pm

Author: danhaywood
Date: Mon Nov 26 13:42:07 2012
New Revision: 1413611

URL: http://svn.apache.org/viewvc?rev=1413611&view=rev
Log:
isis documentation

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

Modified: isis/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/isis/site/trunk/lib/path.pm?rev=1413611&r1=1413610&r2=1413611&view=diff
==============================================================================
--- isis/site/trunk/lib/path.pm (original)
+++ isis/site/trunk/lib/path.pm Mon Nov 26 13:42:07 2012
@@ -13,7 +13,7 @@ our @patterns = (
 
 	[qr!/index.md(text)?$!, basic => { template => "index.html" }],
 
-	[qr!\.md(text)?$!, basic => { template => "doc.html" }],
+	[qr!\.md(text)?$!, basic => { template => "basic.html" }],
   
 	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],