From aba29d613047ac8af8622f0aacca97cb64d40bcc Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 19 Jul 2023 12:02:01 +0800 Subject: [PATCH] fix tag navbar --- themes/heo/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/heo/index.js b/themes/heo/index.js index 27cf51aa..5c0a472d 100644 --- a/themes/heo/index.js +++ b/themes/heo/index.js @@ -403,8 +403,12 @@ const LayoutCategoryIndex = props => { const LayoutTagIndex = props => { const { tagOptions } = props const { locale } = useGlobal() + const headerSlot =
+ {/* 顶部导航 */} + +
return ( - +
{locale.COMMON.TAGS}