{% if include.post.previous %}
{% include icon.html icon="fa-solid fa-angle-left" %} Previous post
{{ include.post.previous.title }}
{% endif %}
{% if include.post.next %}
Next post {% include icon.html icon="fa-solid fa-angle-right" %}
{{ include.post.next.title }}
{% endif %}