Exclude hidden posts from page__related, fix #4653

This commit is contained in:
iBug
2024-04-23 12:18:07 +08:00
parent 7746db6f7e
commit 60b9565277
4 changed files with 26 additions and 22 deletions

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-04-23T12:08:54+08:00'
last_modified_at: '2024-04-23T12:18:03+08:00'
toc: false
---
@ -17,6 +17,10 @@ toc: false
{% raw %}
## Unreleased
### Bug Fixes
- "You may also enjoy" no longer recommends hidden posts. [#4653](https://github.com/mmistakes/minimal-mistakes/issues/4653)
### Enhancements
- Add Ukrainian translations. [#4273](https://github.com/mmistakes/minimal-mistakes/pull/4273)