From 689018f2b42125c5f0e81bb62b42322d82f4f45b Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 9 May 2023 19:00:07 +0200 Subject: add description --- build.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 9ff70fa..67a5686 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,11 @@ header=' text-align: justify; } h1 { text-align: center } - pre { padding: 1ch; background-color: #f5f5f5 } + pre { + padding: 1ch; + background-color: #f5f5f5; + overflow: auto; + } ' @@ -26,6 +30,7 @@ genhtml() ( echo "" echo "" echo "$title" + [ "$description" ] && echo "" echo "$header" [ "$1" != . ] && echo "$blog_title
" -- cgit v1.2.3