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/24 21:14:29 UTC

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

Author: joes
Date: Mon Mar 24 20:14:29 2014
New Revision: 1581031

URL: http://svn.apache.org/r1581031
Log:
beetter

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=1581031&r1=1581030&r2=1581031&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Mon Mar 24 20:14:29 2014
@@ -25,7 +25,7 @@ our @patterns = (
         nest       => 1,
     }],
     [qr!^/index\.html$!,       snippet => { %thrift_args,
-        view       => [qw/append_snippet_footer news_page/],
+        view       => [qw/news_page/],
         headers    => { title => "Home" },
     }],
     [qr!/index\.html$!,        offline => { %thrift_args,
@@ -33,8 +33,7 @@ our @patterns = (
         headers    => { title => "Index" }, # "Index" is magical with the sitemap view
     }],
     [qr!^/test/!,              snippet => { %thrift_args,
-        view       => [qw/append_snippet_footer reconstruct
-                          trim_local_link_extensions single_narrative/],
+        view       => [qw/reconstruct trim_local_link_extensions single_narrative/],
         snippet_footer =>
             q(<p>This page was generated by {{ conf.title }}'s
                  <strong>source tree docs</strong>:
@@ -42,7 +41,7 @@ our @patterns = (
                </p>),
     }],
     [qr/\.md(?:text)?$/,       snippet => { %thrift_args,
-        view       => [qw/append_snippet_footer single_narrative/],
+        view       => [qw/single_narrative/],
     }],
 );