Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Slight copy change for prev/next post links.
  • Loading branch information
pat committed Jun 28, 2015
1 parent 8d71043 commit 7be99a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/posts.html
Expand Up @@ -24,10 +24,10 @@ <h2><a href="{{ page.url }}">{{ page.title }}</a></h2>
</footer>
<div class="next-posts">
{% if page.previous %}
<p>Previous Post: <a href="{{ page.previous.url }}">{{ page.previous.title }}</a></p>
<p>Prior to this: <a href="{{ page.previous.url }}">{{ page.previous.title }}</a></p>
{% endif %}
{% if page.next %}
<p>Next Post: <a href="{{ page.next.url }}">{{ page.next.title }}</a></p>
<p>More recently: <a href="{{ page.next.url }}">{{ page.next.title }}</a></p>
{% endif %}
</div>
</article>
Expand Down

0 comments on commit 7be99a7

Please sign in to comment.