You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/02 02:31:23 UTC

svn commit: r1554716 - /juddi/cms-site/trunk/lib/path.pm

Author: alexoree
Date: Thu Jan  2 01:31:23 2014
New Revision: 1554716

URL: http://svn.apache.org/r1554716
Log:
JUDDI-750 adding more content

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

Modified: juddi/cms-site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/lib/path.pm?rev=1554716&r1=1554715&r2=1554716&view=diff
==============================================================================
--- juddi/cms-site/trunk/lib/path.pm (original)
+++ juddi/cms-site/trunk/lib/path.pm Thu Jan  2 01:31:23 2014
@@ -4,7 +4,7 @@ use ASF::Value;
 # taken from django's url.py
 
 our @patterns = (
-	[qr!\index.mdtext$!, skeletonHome => { template => "skeletonHome.html" }],
+	[qr!\index.mdtext$!, single_narrative => { template => "skeletonHome.html" }],
 	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],
 	
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org