Skip to content

Commit

Permalink
fixed typo in page_hero (mmistakes#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismelman authored Mar 9, 2020
1 parent 7a910aa commit 3722dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/page__hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">
{% 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>
Expand Down

0 comments on commit 3722dcc

Please sign in to comment.