diff options
author | Case Duckworth | 2022-05-25 15:48:07 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-25 15:48:07 -0500 |
commit | e67849d8e6c43309ec19c00216c916de5415bdb5 (patch) | |
tree | 2bf97e9128d41e2dc84a11185f4423fb6c179aa4 /src/_foot.htm | |
parent | Add readme.txt (diff) | |
download | hat-trick-e67849d8e6c43309ec19c00216c916de5415bdb5.tar.gz hat-trick-e67849d8e6c43309ec19c00216c916de5415bdb5.zip |
Add post
Diffstat (limited to 'src/_foot.htm')
-rw-r--r-- | src/_foot.htm | 4 |
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 "– $(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> |