From a22841e9daa18bff3f1e07e20d71bd346561d23b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 3 Mar 2021 13:24:47 -0500 Subject: [PATCH] Added a page_bottom plugin. --- bashtml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bashtml.sh b/bashtml.sh index cef70af..d4e2313 100755 --- a/bashtml.sh +++ b/bashtml.sh @@ -398,6 +398,7 @@ create_html_page() { # close divs echo '' # divbody and divbodyholder [[ -n $body_end_file ]] && cat "$body_end_file" + call_plugins page_bottom echo '' } > "$filename" } -- 2.34.6