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.
2 parents b215202 + 08bafd6 commit a8c9fb8Copy full SHA for a8c9fb8
.themes/classic/source/_layouts/post.html
@@ -20,7 +20,7 @@
20
<a class="basic-alignment left" href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">« {{page.previous.title}}</a>
21
{% endif %}
22
{% if page.next.url %}
23
- <a class="basic-alignment right" href="{{page.next.url}}" title="next Post: {{page.next.title}}">{{page.next.title}} »</a>
+ <a class="basic-alignment right" href="{{page.next.url}}" title="Next Post: {{page.next.title}}">{{page.next.title}} »</a>
24
25
</p>
26
</footer>
0 commit comments