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