diff --git a/CHANGELOG.md b/CHANGELOG.md index b18496c2..183cb4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821) - Merge `categories` and `tags` layout into `_includes/posts-taxonomy.html`. - Allow multiple nav lists in sidebar. [#2843](https://github.com/mmistakes/minimal-mistakes/pull/2843) +- Add popup parameter to `{% include figure %}` to enable Magnific Popup. [#3119](https://github.com/mmistakes/minimal-mistakes/pull/3119) ### Documentation & Maintenance diff --git a/docs/_docs/14-helpers.md b/docs/_docs/14-helpers.md index eeb02984..f76dff40 100644 --- a/docs/_docs/14-helpers.md +++ b/docs/_docs/14-helpers.md @@ -53,7 +53,7 @@ Generate a `
` element with a single image and caption. | **image_path** | **Required** | Full path to image eg: `/assets/images/filename.jpg`. Use absolute URLS for those hosted externally. | | **alt** | Optional | Alternate text for image. | | **caption** | Optional | Figure caption text. Markdown is allowed. | -| **popup** | Optional | Wrap the image as a popup link using class `image-popup` | +| **popup** | Optional | Enable Magnific Popup on the image. | Using the `figure` include like so: diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index bd90134c..36621e00 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -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-05T16:30:49+08:00' +last_modified_at: '2024-05-05T17:04:57+08:00' toc: false --- @@ -29,6 +29,7 @@ toc: false - Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821) - Merge `categories` and `tags` layout into `_includes/posts-taxonomy.html`. - Allow multiple nav lists in sidebar. [#2843](https://github.com/mmistakes/minimal-mistakes/pull/2843) +- Add popup parameter to `{% include figure %}` to enable Magnific Popup. [#3119](https://github.com/mmistakes/minimal-mistakes/pull/3119) ### Documentation & Maintenance @@ -36,6 +37,7 @@ toc: false - Remove unused classes from `_layouts/single.html`. - Migrate npm run scripts to Ruby Rake tasks. - Add Rake task `version` for updating all hard-coded version numbers from `package.json` all at once. +- Update Social Sharing links section. [#4066](https://github.com/mmistakes/minimal-mistakes/pull/4066) ## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)