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 ++++++++-- index.html | 10 ++++++++-- yaegi-internals/index.html | 4 ++++ 3 files changed, 20 insertions(+), 4 deletions(-) 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 diff --git a/index.html b/index.html index 50f29d5..fc9a4c0 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,10 @@ background-color: #f5f5f5; overflow: auto; } + .footer { + text-align: center; + font-size: 0.8em; + }

Marc’s Programming Notes

@@ -35,5 +39,7 @@ data-cites="mvertes">@mvertes
  • Mastodon: @mvertes
  • -
    Unless otherwise noted, posts are licensed under -CC BY 4.0. +
    diff --git a/yaegi-internals/index.html b/yaegi-internals/index.html index 3312763..a90d308 100644 --- a/yaegi-internals/index.html +++ b/yaegi-internals/index.html @@ -18,6 +18,10 @@ background-color: #f5f5f5; overflow: auto; } + .footer { + text-align: center; + font-size: 0.8em; + } Marc's Programming Notes
    -- cgit v1.2.3