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