diff options
Diffstat (limited to '_layouts/post.html')
-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> --> |