We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee68395 commit 48cb698Copy full SHA for 48cb698
_layouts/post.html
@@ -36,7 +36,7 @@ <h1 data-toc-skip>{{ page.title }}</h1>
36
</span>
37
{% endif %}
38
39
- {% if page.image %}
+ {% if page.image and page.image.post != false %}
40
{% capture src %}src="{{ page.image.path | default: page.image }}"{% endcapture %}
41
{% capture class %}class="preview-img{% if page.image.no_bg %}{{ ' no-bg' }}{% endif %}"{% endcapture %}
42
{% capture alt %}alt="{{ page.image.alt | xml_escape | default: "Preview Image" }}"{% endcapture %}
0 commit comments