Previous
Grab the previous Pages relative to your current Page.
This Tag functions the same way as the pages:next
tag, but in the opposite direction.
{{ pages:previous as="stories" limit="2" }}
{{ if no_results }}
No more stories to read!
{{ /if }}
{{ stories }}
<div class="story">
<a href="{{ url }}">{{ title }}</a>
</div>
{{ /stories }}
{{ /pages:previous }}