From 141a07e19455785098b94dbc691e5eef3f089954 Mon Sep 17 00:00:00 2001 From: Joyition <115857087+FidStyle@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:58:30 +0800 Subject: [PATCH] fix: mistake in iconfont path Signed-off-by: Joyition <115857087+FidStyle@users.noreply.github.com> --- docs/guide/theme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guide/theme.md b/docs/guide/theme.md index 41a3ef6..3e71d15 100644 --- a/docs/guide/theme.md +++ b/docs/guide/theme.md @@ -139,7 +139,6 @@ iconfont: "4415496_59g1326wajd" | Windows CMD | `mklink /J .\themes\shokax .\node_modules\hexo-theme-shokax` | | Linux Bash | `ln -s ./themes/shokax ./node_modules/hexo-theme-shokax` | - 此时`_iconfont.styl`路径为`/themes/shokax/source/css/_iconfont.styl`。 :::