diff options
author | Brian Picciano <bgp2396@bellsouth.net> | 2013-10-16 20:47:41 -0400 |
---|---|---|
committer | Brian Picciano <bgp2396@bellsouth.net> | 2013-10-16 20:47:41 -0400 |
commit | 9d2db56176f4f817d7dbc16fdf8362267cdf171f (patch) | |
tree | 7e3e1437fbc37d47ed03565b193d899962ec8dc0 | |
parent | 4b9617abb38cdbba09fd55ad9bc4dfe11288dfc3 (diff) |
disable related posts
-rw-r--r-- | _layouts/post.html | 4 |
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> --> |