Rename Articles to Posts to stay consistent with Jekyll naming conventions

This commit is contained in:
Michael Rose
2014-01-15 15:32:48 -05:00
parent e2e01bdbb8
commit c7f29a1d56
7 changed files with 35 additions and 22 deletions

View File

@ -42,7 +42,7 @@
<div class="footer-wrap">
{% if site.related_posts.size > 0 %}<div class="related-articles">
<h4>You might also enjoy <small class="pull-right">(<a href="{{ site.url }}/articles">View all articles</a>)</small></h4>
<h4>You might also enjoy <small class="pull-right">(<a href="{{ site.url }}/posts/">View all posts</a>)</small></h4>
<ul>
{% for post in site.related_posts limit:3 %}
{% assign match = false %}