We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbb097 commit 3d685a1Copy full SHA for 3d685a1
_layouts/post.html
@@ -55,6 +55,7 @@ <h1><a href="{{ site.url }}{{ page.url }}" rel="bookmark" title="{{ page.title }
55
</div><!-- /#main -->
56
57
<div class="footer-wrap">
58
+ {% if site.related_posts.size > 0 %}
59
<div class="related-articles">
60
<h4>You might also enjoy <small class="pull-right">(<a href="{{ site.url }}/posts/">View all posts</a>)</small></h4>
61
<ul>
@@ -64,6 +65,7 @@ <h4>You might also enjoy <small class="pull-right">(<a href="{{ site.url }}/post
64
65
</ul>
66
<hr />
67
</div><!-- /.related-articles -->
68
+ {% endif %}
69
<footer>
70
{% include _footer.html %}
71
</footer>
0 commit comments