summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
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