commit 45d86b36483e286566da93a9c6777559ed34961e
parent 12e1b1f39217a080f0d63c4d1f08e61468c887da
Author: zakaria <58356365+e-zk@users.noreply.github.com>
Date: Tue, 2 Mar 2021 14:37:46 +1000
Move footer outsite of main article
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/update.sh b/update.sh
@@ -54,11 +54,11 @@ gen_post() {
# add article itself
printf '%s\n' "$post_content"
+ printf '</main>\n'
+
# generate page footer
gen_footer "$post_file"
- printf '</main>\n'
-
# END body
printf '</body>\n'