HTML cleanup

This commit is contained in:
Michael Rose
2013-09-07 12:26:18 -04:00
parent c0e5ec5b85
commit b78518dae5
9 changed files with 52 additions and 14 deletions

View File

@@ -41,7 +41,7 @@
</div><!-- /#main -->
<div class="footer-wrap">
{% if site.related_posts.size %}<div class="related-articles">
{% 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>
<ul>
{% for post in site.related_posts limit:3 %}