diff --git a/apps/blagh/app.rc b/apps/blagh/app.rc index 5686d7c..2412513 100755 --- a/apps/blagh/app.rc +++ b/apps/blagh/app.rc @@ -81,7 +81,8 @@ fn blagh_body { # 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. if (! ~ $base_url 'https://gartzea.com') - echo '

RSS Feed, subscribe per email, all content

' + # echo '

RSS Feed, subscribe per email, all content

' + echo '

RSS Feed, all content

' if (~ $base_url 'https://gartzea.com') echo '

RSS, gaceta, todo

' # echo "$base_url" @@ -93,7 +94,7 @@ fn blagh_body { l=`{echo -n $p|sed 's!'$sitedir^'/?(.*)([0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9])(/[^/]+/)!\2 /\1\2\3!'} sed '1s!.*![&]('^$l(2)^') ('^$l(1)^')!' < $p/index.md | head -n 10 echo - echo '

→ Ꙭ ...

' + echo '

Ꙭ ...

' # ⇒ # ➡ # https://www.smashingmagazine.com/2009/07/designing-read-more-and-continue-reading-links/