From 5179912919beda1fd4e0d2f5d2eec6d11212429e Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 9 May 2023 16:04:35 +0200 Subject: fix lang --- build.sh | 14 +++++--------- index.html | 12 ++++-------- yaegi-internals/index.html | 11 +++-------- 3 files changed, 12 insertions(+), 25 deletions(-) diff --git a/build.sh b/build.sh index c0aedbd..20857ec 100755 --- a/build.sh +++ b/build.sh @@ -10,13 +10,7 @@ header=' text-align: justify; } h1 { text-align: center } - pre { - border: 1px solid; - padding: 1ch; - border-radius: 5px; - overflow: auto; - background-color: #eee; - } + pre { padding: 1ch; background-color: #f5f5f5 } ' @@ -29,8 +23,9 @@ genhtml() ( # Header echo "" - echo "$title" echo "" + echo "" + echo "$title" echo "$header" [ "$1" != . ] && echo "$blog_title
" @@ -50,4 +45,5 @@ 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 da60891..b454068 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ -Marc's Programming Notes + +Marc's Programming Notes

Marc’s Programming Notes

@@ -37,3 +32,4 @@ 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 50fcca0..ef72bc0 100644 --- a/yaegi-internals/index.html +++ b/yaegi-internals/index.html @@ -1,6 +1,7 @@ -Yaegi Internals + +Yaegi Internals Marc's Programming Notes
-- cgit v1.2.3