From 10738add92bc9f4abc569146ba38c303cc165b19 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sat, 17 Apr 2010 01:06:16 +0000 Subject: [PATCH] Remove direct links to feeds, they can be added in a user's config easily enough. --- apps/blagh/app.rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/blagh/app.rc b/apps/blagh/app.rc index 12566ef..71bcef6 100644 --- a/apps/blagh/app.rc +++ b/apps/blagh/app.rc @@ -70,7 +70,9 @@ fn blagh_body { if (! ~ $"blogTitle '') echo '

'$"blogTitle'

' - echo '
(RSS Feed|Atom Feed)
' + # Direct links to feeds are disabled because they are not very useful, add clutter and might waste pagerank. + # An user can add this on their own using handlers_body_head anyway. + #echo '
(RSS Feed|Atom Feed)
' { # XXX Not sure why this fixes issues with blog setup, probably bug in fltr_cache! for(p in `{get_post_list $blagh_root^$blagh_dirs}) {