We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58952e3 + 4af94f3 commit 23a25deCopy full SHA for 23a25de
_layouts/post.html
@@ -31,7 +31,7 @@ <h2>{{ page.title }}</h2>
31
{% endif %}
32
33
{% if project.name != "None" %}
34
- {% if project.logo %}
+ {% if project.logo != "None" %}
35
<img class="post__project-logo" src="{{ site.baseurl }}/{{ project.logo }}">
36
37
<p>{{ project.content }}</p>
0 commit comments