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 2e1ab5f commit 667d18eCopy full SHA for 667d18e
1 file changed
_layouts/post.html
@@ -48,11 +48,11 @@ <h1>{{ page.title }}</h1>
48
</div>
49
</header>
50
<div class="article-header-img px-2">
51
- {% if post.blurb_img %}
52
- <img src="{{post.blurb_img}}" alt="header image for {{post.title}}">
+ {% if page.blurb_img %}
+ <img src="{{page.blurb_img}}" alt="header image for {{page.title}}">
53
{% else %}
54
<img src="/assets/images/blog/default.jpg"
55
- alt="header image for {{post.title}}">
+ alt="header image for {{page.title}}">
56
{% endif %}
57
{% if page.blurb_img_source %}
58
<div class="img-source">{{page.blurb_img_source}}</div>
0 commit comments