diff options
author | Wolfgang Müller | 2019-08-02 21:44:52 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-08-02 21:44:52 +0200 |
commit | b66576a1288ce7c206134da16e30b735e006c382 (patch) | |
tree | bc3c432a2bca074661724f128aa0b6c0e7b482a4 | |
parent | 89ff7a7514de03dc95ea3bd7cd66f18bcfa237e6 (diff) | |
download | site-b66576a1288ce7c206134da16e30b735e006c382.tar.gz |
util: Add title tag to the "back arrow"
-rw-r--r-- | util/mdconv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mdconv.sh b/util/mdconv.sh index 1e48eb7..a3b6831 100644 --- a/util/mdconv.sh +++ b/util/mdconv.sh @@ -10,7 +10,7 @@ cat<<EOF <header> <h1>$title</h1> <address>$author</address> - <a href="..">↖</a> + <a href=".." title="Back to frontpage">↖</a> <time datetime="$date">$(date -d"$date" '+%A, %B %e, %Y')</time> </header> $(lowdown "$1") |