Skip to content

Commit 81e8128

Browse files
Update post.html
1 parent b4b965f commit 81e8128

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/post.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 class="post-title">{{ page.title }}</h1>
88
{{ content }}
99
</div>
1010

11-
<div class="related">
11+
<!-- <div class="related">
1212
<h2>Related Posts</h2>
1313
<ul class="related-posts">
1414
{% for post in site.related_posts limit:3 %}
@@ -23,3 +23,4 @@ <h3>
2323
{% endfor %}
2424
</ul>
2525
</div>
26+
-->

0 commit comments

Comments
 (0)