Merge categories and tags layout into _includes/posts-taxonomy.html

This commit is contained in:
iBug
2024-05-05 14:13:28 +08:00
parent 1d3fd5d7d6
commit 256e626503
5 changed files with 42 additions and 75 deletions
+2 -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-05T05:53:36+08:00'
last_modified_at: '2024-05-05T14:13:21+08:00'
toc: false
---
@@ -27,6 +27,7 @@ toc: false
- Auto scroll sticky ToC with content. [#3115](https://github.com/mmistakes/minimal-mistakes/pull/3115)
- Replace "hidden" check in Liquid templates with `where_exp: "item", "item.hidden != true"`.
- 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`.
### Documentation & Maintenance