diff options
Diffstat (limited to 'make.sh')
| -rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
