diff --git a/apps/blagh/app.rc b/apps/blagh/app.rc index 678cd4a..13c3e95 100755 --- a/apps/blagh/app.rc +++ b/apps/blagh/app.rc @@ -82,9 +82,10 @@ fn blagh_body { # An user can add this on their own using handlers_body_head anyway. if (! ~ $base_url 'https://gartzea.com') echo '

RSS Feed, subscribe per email, all content

' - else - echo '

RSS, gaceta, todo

' - # |Atom Feed' + if (~ $base_url 'https://gartzea.com') + echo '

RSS, gaceta, todo

' + # echo "$base_url" + # |Atom Feed' # Markdown posts # XXX Not sure why this fixes issues with blog setup, probably bug in fltr_cache!