Author: joes
Date: Mon Mar 24 20:44:17 2014
New Revision: 1581053
URL: http://svn.apache.org/r1581053
Log:
syntax
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=1581053&r1=1581052&r2=1581053&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Mon Mar 24 20:44:17 2014
@@ -34,6 +34,7 @@ our @patterns = (
}],
[qr!^/test/!, snippet => { %thrift_args,
view => [qw/reconstruct trim_local_link_extensions
single_narrative/],
+
snippet_footer => # these are full pages not simply
snippets
q(<p>This page was generated by {{ conf.title }}'s
<strong>source tree docs</strong>:
@@ -42,7 +43,7 @@ our @patterns = (
}],
[qr/\.md(?:text)?$/, snippet => { %thrift_args,
- view => 'single_narrative/,
+ view => 'single_narrative',
}],
);