diff options
author | Case Duckworth | 2022-05-19 15:34:51 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-19 15:34:51 -0500 |
commit | 728aefa7567ca882dc6c85044587509f1fdd5b8a (patch) | |
tree | a5e7ea4307a65320225cbdec25bed7e83d29c77c /src/_foot.htm | |
parent | Fix building (diff) | |
download | hat-trick-728aefa7567ca882dc6c85044587509f1fdd5b8a.tar.gz hat-trick-728aefa7567ca882dc6c85044587509f1fdd5b8a.zip |
Change content
Diffstat (limited to 'src/_foot.htm')
-rw-r--r-- | src/_foot.htm | 3 |
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> |