diff options
-rw-r--r-- | asset/casa.css | 4 | ||||
-rw-r--r-- | src/_foot.htm | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/asset/casa.css b/asset/casa.css index 47f496f..b607bf1 100644 --- a/asset/casa.css +++ b/asset/casa.css | |||
@@ -31,6 +31,10 @@ footer { | |||
31 | padding: 1ch 0; | 31 | padding: 1ch 0; |
32 | } | 32 | } |
33 | 33 | ||
34 | #back { | ||
35 | float: left; | ||
36 | } | ||
37 | |||
34 | code { | 38 | code { |
35 | color: #c0ffee; | 39 | color: #c0ffee; |
36 | } | 40 | } |
diff --git a/src/_foot.htm b/src/_foot.htm index 8e1ee54..2cbd5a0 100644 --- a/src/_foot.htm +++ b/src/_foot.htm | |||
@@ -1,5 +1,5 @@ | |||
1 | <footer> | 1 | <footer> |
2 | $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac) | 2 | $(case "$(title)" in ("") ;; (*) print "<a id="back" href=\"./index.html\">back</a>" ;; esac) |
3 | <span id="copyright">(C) 2022 | 3 | <span id="copyright">(C) 2022 |
4 | $(if [ $(command date +%Y) -gt 2022 ]; then print "– $(command date +%Y)"; fi) | 4 | $(if [ $(command date +%Y) -gt 2022 ]; then print "– $(command date +%Y)"; fi) |
5 | C. Duckworth</span> under the | 5 | C. Duckworth</span> under the |