Author: joes
Date: Fri May  2 23:34:12 2014
New Revision: 1592120

URL: http://svn.apache.org/r1592120
Log:
lib/ is for full pages not little snippets

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

Modified: thrift/cms-site/trunk/lib/path.pm
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1592120&r1=1592119&r2=1592120&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Fri May  2 23:34:12 2014
@@ -35,7 +35,7 @@ our @patterns = (
         headers   => { title => "Home" },
     }],
     [qr!/index\.html$!,        sitemap => { %thrift_args }],
-    [qr!^/test/!,              snippet => { %thrift_args,
+    [qr!^/(lib|test)/!,        snippet => { %thrift_args,
         view           => [qw/reconstruct trim_local_links single_narrative/],
         snippet_footer => $thrift_page_footer, # override: these are full 
pages not snippets
     }],


Reply via email to