Skip to content

Commit 85137fb

Browse files
authored
Update previousAndNext.html
1 parent bd78adc commit 85137fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/previousAndNext.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div class="post-recent">
22
<div class="pre">
33
{% if page.previous %}
4-
<p><strong>Previous:</strong> <a href="{{ page.previous.url | prepend: site.baseurl }}">{{ page.previous.title }}</a></p>
4+
<p><strong>Previous post:</strong> <a href="{{ page.previous.url | prepend: site.baseurl }}">{{ page.previous.title }}</a></p>
55
{% endif %}
66
</div>
77
<div class="nex">
88

99
{% if page.next %}
10-
<p><strong>Next:</strong> <a href="{{ page.next.url | prepend: site.baseurl }}">{{ page.next.title }}</a></p>
10+
<p><strong>Next post:</strong> <a href="{{ page.next.url | prepend: site.baseurl }}">{{ page.next.title }}</a></p>
1111
{% endif %}
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)