commit 5929d2c5a34c326051b7769a2e44d0f63cc315b9 (patch)
parent 7a458f6eb082744df2b282ca79ba4c78571df6ef
Author: Alex Karle <alex@alexkarle.com>
Date: Sun, 25 Apr 2021 17:43:50 -0400
footer: Add Home link to footer (next to License)
I link intro(7) most everywhere, but I thought it would help
accessibility if it was clear/easy how to get home to intro(7).
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/bin/genpost.sh b/bin/genpost.sh
@@ -16,6 +16,6 @@ mandoc -Thtml -O 'man=%N.html;https://man.openbsd.org/%N.%S,style=style.css' \
-e 's#^<html#& lang="en"#' \
-e '/<td class="head-vol">Miscellaneous Information Manual<\/td>/d' \
-e 's#</body>#<p class="foot-license">\
- © 2019-2021 Alex Karle | <a href="/license.html">License</a>\
+ © 2019-2021 Alex Karle | <a href="/">Home</a> | <a href="/license.html">License</a>\
</p>\
&#'
diff --git a/bin/jam-index.sh b/bin/jam-index.sh
@@ -56,6 +56,9 @@ cat <<EOM
</ul>
<br><br>
<p style="font-size: 0.7em">Last Updated: $(date)</p>
+<p class="foot-license">
+© 2019-2021 Alex Karle | <a href="/">Home</a> | <a href="/license.html">License</a>
+</p>
</body>
</html>
EOM