summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authormion <>2026-08-21 15:07:37 +0100
committermion <>2026-08-21 15:07:37 +0100
commit7fb88522f8633e32f4cb04c630cca7469ef51686 (patch)
tree92979c4b7cf3d4a428efd4509f2f8c1d6a81a608 /make.sh
parent79383428f643bef7995a7dd32ac67b9f02f2544b (diff)
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index 037137f..0e5da0e 100755
--- a/make.sh
+++ b/make.sh
@@ -95,7 +95,7 @@ for page in *.md; do
# echo "<a href="LICENSE.html"><img alt="Licenced under WTFPL" src="media/wtfpl.png"></a>" >> $pagename
- echo "</main></body></html>" >> $pagename
+ cat ../template_end.html >> $pagename
done
rm pages.md