You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/25 23:19:40 UTC

svn commit: r1581563 - /thrift/cms-site/trunk/lib/path.pm

Author: joes
Date: Tue Mar 25 22:19:39 2014
New Revision: 1581563

URL: http://svn.apache.org/r1581563
Log:
quick_deps

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=1581563&r1=1581562&r2=1581563&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 25 22:19:39 2014
@@ -34,9 +34,7 @@ our @patterns = (
         view      => 'news_page',
         headers   => { title => "Home" },
     }],
-    [qr!/index\.html$!,        sitemap => { %thrift_args,
-        headers   => { title => "Index" }, # "Index" is magical with the sitemap view
-    }],
+    [qr!/index\.html$!,        sitemap => { %thrift_args }],
     [qr!^/test/!,              snippet => { %thrift_args,
         view      => [qw/reconstruct trim_local_link_extensions single_narrative/],
         snippet_footer => $thrift_page_footer, # override: these are full pages not snippets