From 9dfa6ec837fea6a6ec72efd91c0481a55e38eff6 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 22 Apr 2022 17:00:15 +0800 Subject: [PATCH] :sparkles: Feat: add count badge for taxonomy (#122) --- CHANGELOG.md | 7 +++++++ assets/css/_page/_archive.scss | 8 -------- layouts/_default/section.html | 4 ++-- layouts/taxonomy/list.html | 7 +++++-- layouts/taxonomy/terms.html | 6 ++++-- 5 files changed, 18 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e36d9828..38e7fa0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## v0.2.14 +> Add hugo new features support. + - :recycle: Refactor: header layout - :tada: Feat: add sub menu (nested menu) support ([#31](https://github.com/Lruihao/FixIt/issues/31)) - :sparkles: Feat: add user-defined content to menu items via the `params` field ([#99](https://github.com/Lruihao/FixIt/issues/99)) @@ -16,6 +18,7 @@ All notable changes to this project will be documented in this file. - :sparkles: Feat: link shortcode add `external-icon` option ([#96](https://github.com/Lruihao/FixIt/issues/96)) - :sparkles: Feat: add GitHub Corners support ([#106](https://github.com/Lruihao/FixIt/issues/106)) - :sparkles: Feat: add "Edit this page" button support ([#103](https://github.com/Lruihao/FixIt/issues/103)) +- :sparkles: Feat: add count badge for taxonomy ([#122](https://github.com/Lruihao/FixIt/issues/122)) - :bug: Fix: invalid front matter `comment: true` ([#108](https://github.com/Lruihao/FixIt/issues/108)) - :bug: Fix: ibruce and watermark option negative value error ([#114](https://github.com/Lruihao/FixIt/issues/114)) - :lipstick: Style: add some common CSS styles Class ([#101](https://github.com/Lruihao/FixIt/issues/101)) @@ -33,6 +36,8 @@ All notable changes to this project will be documented in this file. ## v0.2.13 [2022.3.14] +> Improve and add some new features. + - :recycle: Refactor: page layout ([#65](https://github.com/Lruihao/FixIt/issues/65)) - :tada: Feat: add Artalk comment support ([#54](https://github.com/Lruihao/FixIt/issues/54), @hiifong[#57](https://github.com/Lruihao/FixIt/pull/57)) - :tada: Feat: add Waline comment support ([#36](https://github.com/Lruihao/FixIt/issues/36)) @@ -66,6 +71,8 @@ All notable changes to this project will be documented in this file. ## v0.2.12 [2022-1-27] +> Fix most known bugs and add some new features. + - :tada: Feat: add PWA support - :tada: Feat: add Watermark support ([#16](https://github.com/Lruihao/FixIt/issues/16)) - :tada: Feat: add "不蒜子" count and site run time ([#18](https://github.com/Lruihao/FixIt/issues/18)) diff --git a/assets/css/_page/_archive.scss b/assets/css/_page/_archive.scss index a4dac0fa..3f606dbe 100644 --- a/assets/css/_page/_archive.scss +++ b/assets/css/_page/_archive.scss @@ -1,14 +1,6 @@ .archive { .single-title { text-align: right; - - sup { - color: $global-font-secondary-color; - - [theme='dark'] & { - color: $global-font-secondary-color-dark; - } - } } .group-title { diff --git a/layouts/_default/section.html b/layouts/_default/section.html index ffcf5c46..2598d169 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -6,8 +6,8 @@