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/22 16:32:59 UTC

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

Author: joes
Date: Sat Mar 22 15:32:59 2014
New Revision: 1580230

URL: http://svn.apache.org/r1580230
Log:
comment

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=1580230&r1=1580229&r2=1580230&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sat Mar 22 15:32:59 2014
@@ -14,7 +14,7 @@ our @patterns = (
     }],
     [qr!/index\.html$!,    sitemap => {
         conf       => $conf,
-        headers    => { title => "Index" },
+        headers    => { title => "Index" }, # "Index" is magical here
     }],
     [qr/\.md(?:text)?$/,   memoize => {
         view       => [qw/snippet_preprocessor single_narrative/],