about summary refs log tree commit diff stats
path: root/src/_foot.htm
blob: 8e1ee542507f8b1285f65aee556becc0223c886f (plain)
1
2
3
4
5
6
7
8
9
10
<footer>
    $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac)
    <span id="copyright">(C) 2022
        $(if [ $(command date +%Y) -gt 2022 ]; then print "&ndash; $(command date +%Y)"; fi)
        C. Duckworth</span> under the
    <a href="gcl.html">Good Choices License</a>.
    (<a href="https://git.acdw.net/hat-trick/">source</a>)
</footer>
</body>
</html>