Skip to content

Commit ab627ab

Browse files
author
aeoth
committed
fixed next/previous
1 parent 3df7338 commit ab627ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ <h1> {{page.title}} </h1>
1313
</div>
1414
</div>
1515
<div id="page-navigation">
16-
<div class="left"> {% if page.previous.url %} <a href="{{page.previous.id}}" title="Previous Post: {{page.previous.title}}">&larr; {{page.previous.title}}</a> {% endif %} </div>
17-
<div class="right"> {% if page.next.url %} <a href="{{page.next.id}}" title="next Post: {{page.next.title}}">{{page.next.title}} &rarr; </a> {% endif %} </div>
16+
<div class="left"> {% if page.previous.url %} <a href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">&larr; {{page.previous.title}}</a> {% endif %} </div>
17+
<div class="right"> {% if page.next.url %} <a href="{{page.next.url}}" title="next Post: {{page.next.title}}">{{page.next.title}} &rarr; </a> {% endif %} </div>
1818
<div class="clear">&nbsp;</div>
1919
</div>
2020

0 commit comments

Comments
 (0)