From 12387e2f61eaff961bac899542876d59528a4f1a Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 20 May 2023 11:36:55 +0200 Subject: index rss feed --- build.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 67a5686..66ba75e 100755 --- a/build.sh +++ b/build.sh @@ -15,6 +15,10 @@ header=' background-color: #f5f5f5; overflow: auto; } + .footer { + text-align: center; + font-size: 0.8em; + } ' @@ -49,5 +53,7 @@ genhtml . # Fix for mastodon. sed '/mstdn/s/href=/rel="me" href=/' index.html >xx && mv xx index.html # Put a license in index footer. -echo '
Unless otherwise noted, posts are licensed under -CC BY 4.0.' >>index.html +echo '
' >>index.html -- cgit v1.2.3