]> 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 <mjollnir@titania.local>
Wed, 31 May 2006 07:00:29 +0000 (19:00 +1200)
rss.php

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