We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd78adc commit 85137fbCopy full SHA for 85137fb
_includes/previousAndNext.html
@@ -1,13 +1,13 @@
1
<div class="post-recent">
2
<div class="pre">
3
{% if page.previous %}
4
- <p><strong>Previous:</strong> <a href="{{ page.previous.url | prepend: site.baseurl }}">{{ page.previous.title }}</a></p>
+ <p><strong>Previous post:</strong> <a href="{{ page.previous.url | prepend: site.baseurl }}">{{ page.previous.title }}</a></p>
5
{% endif %}
6
</div>
7
<div class="nex">
8
9
{% if page.next %}
10
- <p><strong>Next:</strong> <a href="{{ page.next.url | prepend: site.baseurl }}">{{ page.next.title }}</a></p>
+ <p><strong>Next post:</strong> <a href="{{ page.next.url | prepend: site.baseurl }}">{{ page.next.title }}</a></p>
11
12
13
0 commit comments