Skip to content

Commit

Permalink
Create posts-next-post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SalGnt committed Jan 10, 2015
1 parent 3eb2c96 commit faa445c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions posts-next-post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% if page.next %}
<div class="next-post">
<h2>Up Next:</h2>

<a href="{{ page.next.url }}">
{{ page.next.title }}
</a>
</div>
{% endif %}

0 comments on commit faa445c

Please sign in to comment.