Cleanup seo.html and update CHANGELOG

This commit is contained in:
iBug
2024-05-05 18:13:23 +08:00
parent dfaac405f0
commit 4364fb73f5
3 changed files with 10 additions and 20 deletions
+3 -1
View File
@@ -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-05T17:36:29+08:00'
last_modified_at: '2024-05-05T18:13:22+08:00'
toc: false
---
@@ -21,6 +21,7 @@ toc: false
- Fix an unclosed `<p>` tag in `page__hero.html`, near `page.header.actions`.
- Remove overlay and revert X to hamburger icon when popup disappears. [#3958](https://github.com/mmistakes/minimal-mistakes/pull/3958)
- Fix SEO title when it contains a vertical bar. [#3094](https://github.com/mmistakes/minimal-mistakes/pull/3094) [#3113](https://github.com/mmistakes/minimal-mistakes/pull/3113)
### Enhancements
@@ -33,6 +34,7 @@ toc: false
- Add popup parameter to `{% include figure %}` to enable Magnific Popup. [#3119](https://github.com/mmistakes/minimal-mistakes/pull/3119)
- Add target attribute for navigation link. [#3056](https://github.com/mmistakes/minimal-mistakes/pull/3056)
- Split schema to a separate include file. [#3085](https://github.com/mmistakes/minimal-mistakes/pull/3085)
- Cleanup `_includes/seo.html`.
### Documentation & Maintenance