mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 01:28:09 -05:00
Fix next post link
Next post link is directed at the previous one due to typo.
This commit is contained in:
parent
2e19509b6b
commit
b56ca0ee15
@ -31,7 +31,7 @@ layout: page
|
||||
<div class="wrapper" id="right">
|
||||
<small>{{page.next.date | date: "%b %-d, %Y"}} <b>Next</b></small>
|
||||
<br>
|
||||
<a class="no-hov" href="{{ page.previous.url | prepend: site.baseurl }}">{{page.next.title}} »</a>
|
||||
<a class="no-hov" href="{{ page.next.url | prepend: site.baseurl }}">{{page.next.title}} »</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user