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 834210b commit 8267f61Copy full SHA for 8267f61
_layouts/post.html
@@ -5,6 +5,10 @@
5
<div class="hero-banner">
6
<img src="{{page.featured_image}}" class="featured-image">
7
</div>
8
+{%- else -%}
9
+<div class="hero-banner">
10
+ <img src="/assets/images/bpd_stacked.png" class="featured-image">
11
+</div>
12
{%- endif -%}
13
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
14
0 commit comments