You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by pn...@apache.org on 2011/03/06 21:24:37 UTC

[Lucene.Net] svn commit: r1078561 - /incubator/lucene.net/site/trunk/lib/path.pm

Author: pnasser
Date: Sun Mar  6 20:24:36 2011
New Revision: 1078561

URL: http://svn.apache.org/viewvc?rev=1078561&view=rev
Log: (empty)

Modified:
    incubator/lucene.net/site/trunk/lib/path.pm

Modified: incubator/lucene.net/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/lib/path.pm?rev=1078561&r1=1078560&r2=1078561&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/lib/path.pm (original)
+++ incubator/lucene.net/site/trunk/lib/path.pm Sun Mar  6 20:24:36 2011
@@ -10,8 +10,8 @@ use warnings;
 
 our @patterns = (
     [ qr!^/.*\.html$!, basic => {} ],
-	[ qr!\.mdtext$!, basic => { template => "basic.html"} ],
-    [ qr!\.mdtext$!, basic => { template => "basic.html" } ],
+	[ qr!^/index\.mdtext$!, basic => { template => "basic.html"} ],
+    [ qr!\.mdtext$!, basic => { template => "subpage.html" } ],
     [ qr!^/sitemap\.html$!, sitemap => {} ],
 );