From 647c1d317399da2aff6d3e9371de726aec831289 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 24 Jun 2025 16:12:17 +0200 Subject: update --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index be30116..39a2868 100755 --- a/build.sh +++ b/build.sh @@ -170,6 +170,7 @@ md2html() { } genhtml() ( + . ./meta cd "$1" || return . ./meta @@ -193,7 +194,7 @@ genhtml() ( # Footer [ "$1" = . ] && return - echo "
From: $author, $date. Feedback" + echo "
From: $author, $date. Feedback" ) urlenc() { -- cgit v1.2.3