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 15:36:58 UTC

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

Author: danhaywood
Date: Mon Nov 26 14:36:57 2012
New Revision: 1413655

URL: http://svn.apache.org/viewvc?rev=1413655&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=1413655&r1=1413654&r2=1413655&view=diff
==============================================================================
--- isis/site/trunk/lib/path.pm (original)
+++ isis/site/trunk/lib/path.pm Mon Nov 26 14:36:57 2012
@@ -14,7 +14,7 @@ our @patterns = (
 	[qr!/index.md(text)?$!, basic => { template => "index.html" }],
 
 	[qr!\.md(text)?$!, basic => { template => "basic.html" }],
-	[qr!/$!, basic => { indexpage => "index.html", template => "basic.html" }],
+#	[qr!/$!, basic => { indexpage => "index.html", template => "basic.html" }],
   
 	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],