Skip to content

Commit 8c30506

Browse files
authored
fix project is none (#171)
* fix project is none
1 parent 3bf1949 commit 8c30506

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
@@ -30,7 +30,7 @@ <h2>{{ page.title }}</h2>
3030
</div>
3131
{% endif %}
3232

33-
{% if project.name is not none %}
33+
{% if project.name != "" %}
3434
{% if project.logo %}
3535
<img class="post__project-logo" src="{{ site.baseurl }}/{{ project.logo }}">
3636
{% endif %}

0 commit comments

Comments
 (0)