1 2 3 4 5 6 7 8
<footer> $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac) <span id="copyright">(C) 2022 C. Duckworth</span> under the <a href="gcl.html">Good Choices License</a>. (<a href="https://git.acdw.net/hat-trick.git">source</a>) </footer> </body> </html>