summaryrefslogtreecommitdiff
path: root/default-files/bottom.html
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-29 01:33:38 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-29 01:33:38 +0200
commitde27fec4143a1015f59f7c9ea6060d47a27fd35c (patch)
tree73235f319b0683a4a5fefeedcaaeee1d3e2ea6f4 /default-files/bottom.html
parent0572553c60083d76f00ca464dbca2cc8ff85a731 (diff)
adding a nav panel at the bottom of the default template
Diffstat (limited to 'default-files/bottom.html')
-rw-r--r--default-files/bottom.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/default-files/bottom.html b/default-files/bottom.html
index cacb66f..ff9bd45 100644
--- a/default-files/bottom.html
+++ b/default-files/bottom.html
@@ -1,3 +1,24 @@
+ <nav>
+ <?fugitive ifset:article_file ?>
+ <ul class="nav">
+ <?fugitive ifset:article_previous_file ?>
+ <li>
+ <a href="<?fugitive article_previous_file ?>.html">« previous</a>
+ </li>
+ <?fugitive endifset:article_previous_file ?>
+ <?fugitive ifset:article_next_file ?>
+ <li>
+ <a href="<?fugitive article_next_file ?>.html">next »</a>
+ </li>
+ <?fugitive endifset:article_next_file ?>
+ </ul>
+ <?fugitive endifset:article_file ?>
+ <ul>
+ <li><a href="#topnav">top&uarr;</a></li>
+ <li><a href="index.html">home</a></li>
+ <li><a href="archives.html">archives</a></li>
+ </ul>
+ </nav>
<footer>
<p>
<a href="http://www.gnu.org/copyleft/copyleft.html">copyleft</a>