fixed typo in page_hero (#2428)

This commit is contained in:
chrismelman 2020-03-09 01:27:54 +01:00 committed by GitHub
parent 21ae828654
commit 7b953b6b01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@
{% endif %}
</div>
{% else %}
<img src="{{ pade.header.image | relative_url }}" alt="{{ image_description }}" class="page__hero-image">
<img src="{{ page.header.image | relative_url }}" alt="{{ image_description }}" class="page__hero-image">
{% endif %}
{% if page.header.caption %}
<span class="page__hero-caption">{{ page.header.caption | markdownify | remove: "<p>" | remove: "</p>" }}</span>