summaryrefslogtreecommitdiffstatshomepage
path: root/util
diff options
context:
space:
mode:
authorWolfgang Müller2019-08-02 21:44:52 +0200
committerWolfgang Müller2019-08-02 21:44:52 +0200
commitb66576a1288ce7c206134da16e30b735e006c382 (patch)
treebc3c432a2bca074661724f128aa0b6c0e7b482a4 /util
parent89ff7a7514de03dc95ea3bd7cd66f18bcfa237e6 (diff)
downloadsite-b66576a1288ce7c206134da16e30b735e006c382.tar.gz
util: Add title tag to the "back arrow"
Diffstat (limited to 'util')
-rw-r--r--util/mdconv.sh2
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")