From 5dcded90f6888431942a090fd88c748724c4c8dc Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:16:19 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20`zh-Hans`=20content=20date?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #944 --- CHANGELOG.md | 9 +++++++++ .../content/docs/advanced-customisation/index.zh-Hans.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0235862..2951fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Changed + +- Upgrade to Tailwind v3.4.11 ([#934](https://github.com/jpanther/congo/pull/934)) +- Upgrade to Mermaid v11.1.0 ([#931](https://github.com/jpanther/congo/pull/931)) + +### Fixed + +- Example site not building due to an issue in the `zh-Hans` translated content ([#944](https://github.com/jpanther/congo/issues/944)) + ## [2.9.0] - 2024-08-29 ### Added diff --git a/exampleSite/content/docs/advanced-customisation/index.zh-Hans.md b/exampleSite/content/docs/advanced-customisation/index.zh-Hans.md index 92b71eb..b8d392d 100644 --- a/exampleSite/content/docs/advanced-customisation/index.zh-Hans.md +++ b/exampleSite/content/docs/advanced-customisation/index.zh-Hans.md @@ -1,6 +1,6 @@ --- title: "高级定制" -date: 2020年8月8日 +date: 2020-08-08 draft: false description: "学习如何手动构建 Congo。" summary: "Congo 支持高级定制,包括修改底层的 Tailwind 配置,手动构建主题以及提供自定义 CSS。"