Skip to content

Commit 11e2f88

Browse files
author
Marc Garcia
committed
Fix typo crashing the bug (wrong tag definition)
1 parent e6f83b8 commit 11e2f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>{{ page.title }}</h2>
2828
<p>{{ sponsor.content }}</p>
2929
</div>
3030

31-
{if project.name %}
31+
{% if project.name %}
3232
{% if project.logo %}
3333
<img class="post__project-logo" src="{{ site.baseurl }}/{{ project.logo }}">
3434
{% endif %}

0 commit comments

Comments
 (0)