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}) {