diff options
-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") |