From 9e53afd65415dba3bccefaf4a455c7661f52761c Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 9 May 2023 16:09:34 +0200 Subject: fix lang --- build.sh | 3 +-- index.html | 3 +-- yaegi-internals/index.html | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 20857ec..9ff70fa 100755 --- a/build.sh +++ b/build.sh @@ -45,5 +45,4 @@ genhtml . 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 +CC BY 4.0.' >>index.html diff --git a/index.html b/index.html index b454068..6bbee46 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + Marc's Programming Notes @@ -32,4 +32,3 @@ data-cites="mvertes">@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 ef72bc0..bcd5244 100644 --- a/yaegi-internals/index.html +++ b/yaegi-internals/index.html @@ -1,6 +1,6 @@ - + Yaegi Internals -- cgit v1.2.3