You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
### Bug Fixes
4
4
5
+
- Remove `tabindex="-1"` from `input` elements in `search.html` layout to allow them to be accessible by keyboard. [#2982](https://github.com/mmistakes/minimal-mistakes/issues/2982)
5
6
- Fix broken sidebar image in sample post. [#3013](https://github.com/mmistakes/minimal-mistakes/issues/3013)
6
7
- Fix broken links in Upgrading documentation. [#3004](https://github.com/mmistakes/minimal-mistakes/issues/3004)
Copy file name to clipboardExpand all lines: docs/_docs/18-history.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,15 @@ permalink: /docs/history/
5
5
excerpt: "Change log of enhancements and bug fixes made to the theme."
6
6
sidebar:
7
7
nav: docs
8
-
last_modified_at: 2021-06-23T08:17:10-04:00
8
+
last_modified_at: 2021-06-23T08:26:21-04:00
9
9
toc: false
10
10
---
11
11
12
12
## Unreleased
13
13
14
14
### Bug Fixes
15
15
16
+
- Remove `tabindex="-1"` from `input` elements in `search.html` layout to allow them to be accessible by keyboard. [#2982](https://github.com/mmistakes/minimal-mistakes/issues/2982)
16
17
- Fix broken sidebar image in sample post. [#3013](https://github.com/mmistakes/minimal-mistakes/issues/3013)
17
18
- Fix broken links in Upgrading documentation. [#3004](https://github.com/mmistakes/minimal-mistakes/issues/3004)
0 commit comments