Skip to content

Commit 6bb234b

Browse files
author
Hao WEI
committed
fix the issue: in first post page, div tag isn't closed
1 parent 491b348 commit 6bb234b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_includes/previousAndNext.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<div class="post-recent">
2-
{% if page.previous %}
32
<div class="pre">
4-
3+
{% if page.previous %}
54
<p><strong>上一篇</strong> <a href="{{ page.previous.url | prepend: site.baseurl }}">{{ page.previous.title }}</a></p>
65
{% endif %}
76
</div>

0 commit comments

Comments
 (0)