Readable theme should include links to prev/next page.
This commit is contained in:
parent
8a50b6c4e4
commit
6073122961
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@
|
|||
{$obj.text |noAutoescape}
|
||||
</div>
|
||||
{/foreach}
|
||||
<div id="relative-nav">
|
||||
<div class="row-fluid">
|
||||
{if $prev} <a href="{$config.domain}/{$prev.url}">Previous</a> {/if}
|
||||
{if $next} <a href="{$config.domain}/{$next.url}">Next</a> {/if}
|
||||
</div>
|
||||
</div>
|
||||
{if $tags}
|
||||
<div class="row-fluid">
|
||||
<p>This blog covers
|
||||
|
|
Loading…
Add table
Reference in a new issue