Update CHANGELOG and bundle exec rake
This commit is contained in:
parent
2f5e771072
commit
9c386c5509
@ -5,6 +5,7 @@
|
|||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- Fix an unclosed `<p>` tag in `page__hero.html`, near `page.header.actions`.
|
- 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)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
@ -16,6 +17,7 @@
|
|||||||
- Allow multiple nav lists in sidebar. [#2843](https://github.com/mmistakes/minimal-mistakes/pull/2843)
|
- 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)
|
- 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)
|
- 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)
|
||||||
|
|
||||||
### Documentation & Maintenance
|
### Documentation & Maintenance
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
{% if site.social.type == "Organization" %}
|
{% if site.social.type == "Organization" -%}
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"url": {{ '/' | absolute_url | jsonify }}{% if site.og_image %},
|
"url": {{ '/' | absolute_url | jsonify }}{% if site.og_image %},
|
||||||
"logo": {{ site_og_image | jsonify }}{% endif %}{% if site.social.links %},
|
"logo": {{ site_og_image | jsonify }}{% endif %}{% if site.social.links %},
|
||||||
"sameAs": {{ site.social.links | jsonify }}{% endif %}
|
"sameAs": {{ site.social.links | jsonify }}{% endif %}
|
||||||
{% else %}
|
{%- else -%}
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": {{ site.social.name | default: site.name | jsonify }},
|
"name": {{ site.social.name | default: site.name | jsonify }},
|
||||||
"url": {{ '/' | absolute_url | jsonify }}{% if site.social.links %},
|
"url": {{ '/' | absolute_url | jsonify }}{% if site.social.links %},
|
||||||
"sameAs": {{ site.social.links | jsonify }}{% endif %}
|
"sameAs": {{ site.social.links | jsonify }}{% endif %}
|
||||||
{% endif %}
|
{%- endif %}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
2
assets/js/main.min.js
vendored
2
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@ permalink: "/docs/history/"
|
|||||||
excerpt: Change log of enhancements and bug fixes made to the theme.
|
excerpt: Change log of enhancements and bug fixes made to the theme.
|
||||||
sidebar:
|
sidebar:
|
||||||
nav: docs
|
nav: docs
|
||||||
last_modified_at: '2024-05-05T17:27:58+08:00'
|
last_modified_at: '2024-05-05T17:36:29+08:00'
|
||||||
toc: false
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -20,6 +20,7 @@ toc: false
|
|||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- Fix an unclosed `<p>` tag in `page__hero.html`, near `page.header.actions`.
|
- 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)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
@ -31,6 +32,7 @@ toc: false
|
|||||||
- Allow multiple nav lists in sidebar. [#2843](https://github.com/mmistakes/minimal-mistakes/pull/2843)
|
- 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)
|
- 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)
|
- 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)
|
||||||
|
|
||||||
### Documentation & Maintenance
|
### Documentation & Maintenance
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user