You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/01/29 10:11:10 UTC

svn commit: r1655554 - /incubator/taverna/site/trunk/lib/path.pm

Author: brenninc
Date: Thu Jan 29 09:11:10 2015
New Revision: 1655554

URL: http://svn.apache.org/r1655554
Log:
testing different templates

Modified:
    incubator/taverna/site/trunk/lib/path.pm

Modified: incubator/taverna/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/lib/path.pm?rev=1655554&r1=1655553&r2=1655554&view=diff
==============================================================================
--- incubator/taverna/site/trunk/lib/path.pm (original)
+++ incubator/taverna/site/trunk/lib/path.pm Thu Jan 29 09:11:10 2015
@@ -3,6 +3,9 @@ package path;
 # taken from django's url.py
 
 our @patterns = (
+    #testing different templates
+	[qr!/websiteMigration/\.md(?:text)?$!, single_narrative => { template => "wide.html" }],
+    
 	[qr!\.md(?:text)?$!, single_narrative => { template => "single_narrative.html" }],
  
 	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],