summaryrefslogtreecommitdiff
path: root/default-files/bottom.html
diff options
context:
space:
mode:
Diffstat (limited to 'default-files/bottom.html')
-rw-r--r--default-files/bottom.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/default-files/bottom.html b/default-files/bottom.html
index 5e0c9fe..a67a63b 100644
--- a/default-files/bottom.html
+++ b/default-files/bottom.html
@@ -3,12 +3,14 @@
<ul class="nav">
<?fugitive ifset:article_previous_file ?>
<li>
- <a href="<?fugitive article_previous_file ?>.html">« previous</a>
+ <a href="<?fugitive article_previous_file ?>.html"
+ title="<?fugitive article_previous_title ?>">« previous</a>
</li>
<?fugitive endifset:article_previous_file ?>
<?fugitive ifset:article_next_file ?>
<li>
- <a href="<?fugitive article_next_file ?>.html">next »</a>
+ <a href="<?fugitive article_next_file ?>.html"
+ title="<?fugitive article_next_title ?>">next »</a>
</li>
<?fugitive endifset:article_next_file ?>
</ul>