summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorBrian Picciano <bgp2396@bellsouth.net>2013-10-16 20:47:41 -0400
committerBrian Picciano <bgp2396@bellsouth.net>2013-10-16 20:47:41 -0400
commit9d2db56176f4f817d7dbc16fdf8362267cdf171f (patch)
tree7e3e1437fbc37d47ed03565b193d899962ec8dc0 /_layouts/post.html
parent4b9617abb38cdbba09fd55ad9bc4dfe11288dfc3 (diff)
disable related posts
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 8d28ddf..6509673 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -15,7 +15,7 @@ layout: default
{{ content }}
</div>
-<div id="related">
+<!-- <div id="related">
<h3>Related Posts</h3>
<ul class="posts">
{% for post in site.related_posts limit:3 %}
@@ -24,4 +24,4 @@ layout: default
</li>
{% endfor %}
</ul>
-</div> \ No newline at end of file
+</div> -->