Skip to content

Commit

Permalink
page__hero.html: Fix an unclosed <p> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed May 4, 2024
1 parent 271b5da commit bde92b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Bug Fixes

- Fix an unclosed `<p>` tag in `page__hero.html`, near `page.header.actions`.

### Enhancements

- Add support for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2) 🎉 [#2636](https://github.com/mmistakes/minimal-mistakes/pull/2636)
Expand Down
1 change: 1 addition & 0 deletions _includes/page__hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">
{% for action in page.header.actions %}
<a href="{{ action.url | relative_url }}" class="btn btn--light-outline btn--large">{{ action.label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}</a>
{% endfor %}
</p>
{% endif %}
</div>
{% else %}
Expand Down
6 changes: 5 additions & 1 deletion docs/_docs/18-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permalink: "/docs/history/"
excerpt: Change log of enhancements and bug fixes made to the theme.
sidebar:
nav: docs
last_modified_at: '2024-05-05T01:06:09+08:00'
last_modified_at: '2024-05-05T02:36:12+08:00'
toc: false
---

Expand All @@ -17,6 +17,10 @@ toc: false
{% raw %}
## Unreleased

### Bug Fixes

- Fix an unclosed `<p>` tag in `page__hero.html`, near `page.header.actions`.

### Enhancements

- Add support for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2) 🎉 [#2636](https://github.com/mmistakes/minimal-mistakes/pull/2636)
Expand Down

0 comments on commit bde92b6

Please sign in to comment.