We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92244f commit 4af94f3Copy full SHA for 4af94f3
_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