about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorCase Duckworth2022-05-24 17:19:02 -0500
committerCase Duckworth2022-05-24 17:19:02 -0500
commiteef1e29b2863f6e70ef545809ad4b3b457686412 (patch)
treee3a463484f6d49b8facf6e85e6f10b4d0eeb876b /src
parentGenerate a feed (diff)
downloadhat-trick-eef1e29b2863f6e70ef545809ad4b3b457686412.tar.gz
hat-trick-eef1e29b2863f6e70ef545809ad4b3b457686412.zip
Add URL to git repo
Diffstat (limited to 'src')
-rw-r--r--src/_foot.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_foot.htm b/src/_foot.htm index bddc923..3ec6362 100644 --- a/src/_foot.htm +++ b/src/_foot.htm
@@ -2,6 +2,7 @@
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 C. Duckworth</span> under the
4 <a href="gcl.html">Good Choices License</a>. 4 <a href="gcl.html">Good Choices License</a>.
5 (<a href="https://git.acdw.net/hat-trick.git">source</a>)
5</footer> 6</footer>
6</body> 7</body>
7</html> 8</html>