about summary refs log tree commit diff stats
path: root/src/_foot.htm
diff options
context:
space:
mode:
Diffstat (limited to 'src/_foot.htm')
-rw-r--r--src/_foot.htm4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/_foot.htm b/src/_foot.htm index 3ec6362..0453b0b 100644 --- a/src/_foot.htm +++ b/src/_foot.htm
@@ -1,6 +1,8 @@
1<footer> 1<footer>
2 $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac) 2 $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac)
3 <span id="copyright">(C) 2022 C. Duckworth</span> under the 3 <span id="copyright">(C) 2022
4 $(if [ $(command date +%Y) -gt 2022 ]; then print "&ndash; $(command date +%Y)"; fi)
5 C. Duckworth</span> under the
4 <a href="gcl.html">Good Choices License</a>. 6 <a href="gcl.html">Good Choices License</a>.
5 (<a href="https://git.acdw.net/hat-trick.git">source</a>) 7 (<a href="https://git.acdw.net/hat-trick.git">source</a>)
6</footer> 8</footer>