Skip to content

Commit 7b953b6

Browse files
authoredMar 9, 2020
fixed typo in page_hero (mmistakes#2428)
1 parent 21ae828 commit 7b953b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_includes/page__hero.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">
4545
{% endif %}
4646
</div>
4747
{% else %}
48-
<img src="{{ pade.header.image | relative_url }}" alt="{{ image_description }}" class="page__hero-image">
48+
<img src="{{ page.header.image | relative_url }}" alt="{{ image_description }}" class="page__hero-image">
4949
{% endif %}
5050
{% if page.header.caption %}
5151
<span class="page__hero-caption">{{ page.header.caption | markdownify | remove: "<p>" | remove: "</p>" }}</span>

0 commit comments

Comments
 (0)
Please sign in to comment.