Skip to content

Commit d995af2

Browse files
committed
if coma is wrone
1 parent 5cb4eff commit d995af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ <h2 id="similar_posts">Similar Posts</h2>
6464

6565
{% include previousAndNext.html %}
6666

67-
{{% if page.comments %}}
67+
{% if page.comments %}
6868
<h2 id="comments">Comments</h2>
6969
{% include comments.html %}
70-
{{% endif %}}
70+
{% endif %}
7171

7272

7373
</div>

0 commit comments

Comments
 (0)