We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55657b7 + 3f2915f commit 3bf1949Copy full SHA for 3bf1949
1 file changed
_layouts/post.html
@@ -30,7 +30,7 @@ <h2>{{ page.title }}</h2>
30
</div>
31
{% endif %}
32
33
- {% if project.name is defined %}
+ {% if project.name is not none %}
34
{% if project.logo %}
35
<img class="post__project-logo" src="{{ site.baseurl }}/{{ project.logo }}">
36
0 commit comments