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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.sh') 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 -- cgit v1.2.3