We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58adc06 commit d227c96Copy full SHA for d227c96
_layouts/post.html
@@ -55,7 +55,7 @@ <h2 class="post-subtitle">{{ page.subtitle }}</h2>
55
56
<div class="page-links">
57
<a href="{{ page.previous.url }}" class="page-left" title="Previous Page">« 上一章</a>
58
- <a href="{{ page.next.url }}" class="page-right">下一章»</a>
+ <a href="{{ page.next.url }}" class="page-right" title="Next Page">下一章»</a>
59
</div>
60
61
{% include footer.html %}
0 commit comments