make newsletter secret
This commit is contained in:
parent
db31780c91
commit
8533f44378
|
@ -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.
|
# 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.
|
# An user can add this on their own using handlers_body_head anyway.
|
||||||
if (! ~ $base_url 'https://gartzea.com')
|
if (! ~ $base_url 'https://gartzea.com')
|
||||||
echo '<p><a href="index.rss">RSS Feed</a>, <a href="../.newsletter">subscribe per email</a>, <a href="../sitemap">all content</a></p>'
|
# echo '<p style="font-size: 25px;"><a href="index.rss">RSS Feed</a>, <a href="../.newsletter">subscribe per email</a>, <a href="../sitemap">all content</a></p>'
|
||||||
|
echo '<p style="font-size: 25px;"><a href="index.rss">RSS Feed</a>, <a href="../sitemap">all content</a></p>'
|
||||||
if (~ $base_url 'https://gartzea.com')
|
if (~ $base_url 'https://gartzea.com')
|
||||||
echo '<p><a href="index.rss">RSS</a>, <a href="../gaceta">gaceta</a>, <a href="../sitemap">todo</a></p>'
|
echo '<p><a href="index.rss">RSS</a>, <a href="../gaceta">gaceta</a>, <a href="../sitemap">todo</a></p>'
|
||||||
# echo "$base_url"
|
# 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!'}
|
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
|
sed '1s!.*![&]('^$l(2)^') ('^$l(1)^')!' < $p/index.md | head -n 10
|
||||||
echo
|
echo
|
||||||
echo '<p style="text-align: left; margin-right: 10%; font-size: 28px;"><a style="text-decoration: none;" href="'^$l(2)^'"><b>→ Ꙭ</b> ...</a></p>'
|
echo '<p style="text-align: left; margin-right: 10%; font-size: 28px;"><a style="text-decoration: none;" href="'^$l(2)^'"><b>→</b> Ꙭ ...</a></p>'
|
||||||
# ⇒
|
# ⇒
|
||||||
# ➡
|
# ➡
|
||||||
# https://www.smashingmagazine.com/2009/07/designing-read-more-and-continue-reading-links/
|
# https://www.smashingmagazine.com/2009/07/designing-read-more-and-continue-reading-links/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user