about summary refs log tree commit diff stats
path: root/src/_foot.htm
diff options
context:
space:
mode:
authorCase Duckworth2022-05-19 15:34:51 -0500
committerCase Duckworth2022-05-19 15:34:51 -0500
commit728aefa7567ca882dc6c85044587509f1fdd5b8a (patch)
treea5e7ea4307a65320225cbdec25bed7e83d29c77c /src/_foot.htm
parentFix building (diff)
downloadhat-trick-728aefa7567ca882dc6c85044587509f1fdd5b8a.tar.gz
hat-trick-728aefa7567ca882dc6c85044587509f1fdd5b8a.zip
Change content
Diffstat (limited to 'src/_foot.htm')
-rw-r--r--src/_foot.htm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_foot.htm b/src/_foot.htm index 287b2ba..bddc923 100644 --- a/src/_foot.htm +++ b/src/_foot.htm
@@ -1,6 +1,7 @@
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> 3 <span id="copyright">(C) 2022 C. Duckworth</span> under the
4 <a href="gcl.html">Good Choices License</a>.
4</footer> 5</footer>
5</body> 6</body>
6</html> 7</html>