Skip to content

Commit d227c96

Browse files
committed
Signed-off-by: Townwang <[email protected]>
1 parent 58adc06 commit d227c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2 class="post-subtitle">{{ page.subtitle }}</h2>
5555

5656
<div class="page-links">
5757
<a href="{{ page.previous.url }}" class="page-left" title="Previous Page">&laquo; 上一章</a>
58-
<a href="{{ page.next.url }}" class="page-right">下一章&raquo;</a>
58+
<a href="{{ page.next.url }}" class="page-right" title="Next Page">下一章&raquo;</a>
5959
</div>
6060
</div>
6161
{% include footer.html %}

0 commit comments

Comments
 (0)