{% if page.previous.url %}
Previous
{{page.previous.title | strip_html | truncate: 30}}
{% endif %}
{% if page.next.url %}
Next
{{page.next.title | strip_html | truncate: 30}}
{% endif %}
{% include disqus.html %}