An error occurred while loading the file. Please try again.
-
Jason Lowe-Power authored
Signed-off-by:
Jason Lowe-Power <jason@lowepower.com>
f600b9a5
{% assign next=null %}
{% assign prev=null %}
{% assign temp=null %}
{% for p in site.categories[module] reversed %}
{% if p.url == page.url %}
{% if temp %}
{% assign prev=temp %}
{% endif %}
{% elsif temp.url == page.url %}
{% assign next=p %}
{% endif %}
{% assign temp=p %}
{% endfor %}