Add Tup generator

This commit is contained in:
Fabien Freling 2019-06-09 16:02:38 +02:00
parent 64e71a6023
commit 1135a85073
17 changed files with 154 additions and 7 deletions

9
templates/generate_footer.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
cat << EOF
<div id="footer">
Copyright &copy; Fabien Freling 2007-$(date +%Y)
</div>
EOF