static footer
This commit is contained in:
parent
45ce87e6b1
commit
c47942b451
4 changed files with 4 additions and 12 deletions
|
@ -1 +0,0 @@
|
|||
: |> ./generate_footer.sh > %o |> footer.html ./<tmpl_group>
|
3
templates/footer.html
Executable file
3
templates/footer.html
Executable file
|
@ -0,0 +1,3 @@
|
|||
<div id="footer">
|
||||
Copyright © Fabien Freling since 2007
|
||||
</div>
|
|
@ -1,9 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
cat << EOF
|
||||
<div id="footer">
|
||||
Copyright © Fabien Freling 2007-$(date +%Y)
|
||||
</div>
|
||||
EOF
|
Loading…
Add table
Add a link
Reference in a new issue