From 8533f4437895e5e6b57f5d8da8d3531af11d42f2 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Tue, 25 Jul 2023 09:42:21 +0000 Subject: [PATCH] make newsletter secret --- apps/blagh/app.rc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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/