This commit is contained in:
Michael Rose
2014-01-15 15:48:32 -05:00
parent 2bd80d115f
commit f3a4dcad4c
2 changed files with 3 additions and 3 deletions
+1 -1
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 %}