From 92a55d49e533edff265c0615767ea3bad60922a5 Mon Sep 17 00:00:00 2001 From: elkan1788 Date: Sat, 24 Jun 2023 16:37:33 +0800 Subject: [PATCH] :lipstick: Add magrin pixes from icon between text. --- assets/css/_common/components/pages/categories.scss | 4 +++- exampleSite/config.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/_common/components/pages/categories.scss b/assets/css/_common/components/pages/categories.scss index bb14e9e..83d6d4b 100644 --- a/assets/css/_common/components/pages/categories.scss +++ b/assets/css/_common/components/pages/categories.scss @@ -19,7 +19,8 @@ .category-list-item:before { font-family: var(--fa-style-family,"Font Awesome 6 Free"); font-weight: var(--fa-style,900); - content: "\f07c" + content: "\f07c"; + margin-right: 5px; } .category-list-item { @@ -49,6 +50,7 @@ font-family: var(--fa-style-family,"Font Awesome 6 Free"); font-weight: var(--fa-style,900); content: "\f0ae"; + margin-right: 5px; } .category-children-list-item { diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 29ee80e..ca01d80 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -489,7 +489,7 @@ params: enable: true # 页面访问统计插件,支持busuanzi, waline, leancloud # Page views counter plugin, support: busuanzi, waline, leancloud - plugin: waline + plugin: busuanzi # 文章底部的设置 # Post footer settings