You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ad...@apache.org on 2013/12/09 17:27:34 UTC

svn commit: r1549609 - /steve/site/trunk/lib/path.pm

Author: adc
Date: Mon Dec  9 16:27:34 2013
New Revision: 1549609

URL: http://svn.apache.org/r1549609
Log:
Added privacy policy to paths

Modified:
    steve/site/trunk/lib/path.pm

Modified: steve/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/steve/site/trunk/lib/path.pm?rev=1549609&r1=1549608&r2=1549609&view=diff
==============================================================================
--- steve/site/trunk/lib/path.pm (original)
+++ steve/site/trunk/lib/path.pm Mon Dec  9 16:27:34 2013
@@ -16,6 +16,7 @@ our @patterns = (
     [qr!^/index\.html$!, news_page => {
         steveBlog     => ASF::Value::Blogs->new(blog => "steve", limit=> 3),
     }],
+    [qr!^/privacy-policy.html$!, news_page => { }],
 
     [qr!^/logo\.html$!, news_page => { }],
     [qr!^/downloads.html$!, news_page => { }],