]> git.mjollnir.org Git - s9y.git/commitdiff
I think we want to show my email address in rss feeds
authorPenny Leach <mjollnir@titania.local>
Wed, 31 May 2006 07:00:29 +0000 (19:00 +1200)
committerPenny Leach <penny@catalyst.net.nz>
Tue, 8 Apr 2008 00:00:26 +0000 (12:00 +1200)
rss.php

diff --git a/rss.php b/rss.php
index efd3bc95c60d6149749b8ea038984fd19c9771f9..2291087965c0a272521a53be57a506d45ef5ad97 100644 (file)
--- a/rss.php
+++ b/rss.php
@@ -133,7 +133,7 @@ $metadata = array(
     'link'              => $serendipity['baseURL'],
     'email'             => $serendipity['blogMail'],
     'fullFeed'          => false,
-    'showMail'          => false,
+    'showMail'          => true,
     'version'           => $version
 );