Browse Source

Readable theme should include links to prev/next page.

Brit Butler 10 years ago
parent
commit
6073122961
1 changed files with 6 additions and 0 deletions
  1. 6 0
      themes/readable/index.tmpl

+ 6 - 0
themes/readable/index.tmpl

9
     {$obj.text |noAutoescape}
9
     {$obj.text |noAutoescape}
10
   </div>
10
   </div>
11
 {/foreach}
11
 {/foreach}
12
+<div id="relative-nav">
13
+  <div class="row-fluid">
14
+    {if $prev} <a href="{$config.domain}/{$prev.url}">Previous</a> {/if}
15
+    {if $next} <a href="{$config.domain}/{$next.url}">Next</a> {/if}
16
+  </div>
17
+</div>
12
 {if $tags}
18
 {if $tags}
13
 <div class="row-fluid">
19
 <div class="row-fluid">
14
   <p>This blog covers
20
   <p>This blog covers