{headerSlot}
diff --git a/themes/Fukasawa/LayoutCategoryIndex.js b/themes/Fukasawa/LayoutCategoryIndex.js
index 0def1581..0941d901 100644
--- a/themes/Fukasawa/LayoutCategoryIndex.js
+++ b/themes/Fukasawa/LayoutCategoryIndex.js
@@ -1,7 +1,5 @@
import BLOG from '@/blog.config'
import { useGlobal } from '@/lib/global'
-import { faFolder, faTh } from '@fortawesome/free-solid-svg-icons'
-import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import Link from 'next/link'
import LayoutBase from './LayoutBase'
@@ -16,14 +14,14 @@ export const LayoutCategoryIndex = (props) => {
return
- {locale.COMMON.CATEGORY}:
+ {locale.COMMON.CATEGORY}:
{Object.keys(categories).map(category => {
return
- {category}({categories[category]})
+ {category}({categories[category]})
})}
diff --git a/themes/Fukasawa/LayoutTagIndex.js b/themes/Fukasawa/LayoutTagIndex.js
index 1d93708d..0642dbd9 100644
--- a/themes/Fukasawa/LayoutTagIndex.js
+++ b/themes/Fukasawa/LayoutTagIndex.js
@@ -1,7 +1,5 @@
import BLOG from '@/blog.config'
import { useGlobal } from '@/lib/global'
-import { faTag } from '@fortawesome/free-solid-svg-icons'
-import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import TagItem from './components/TagItem'
import LayoutBase from './LayoutBase'
@@ -16,7 +14,7 @@ export const LayoutTagIndex = (props) => {
return
- {locale.COMMON.TAGS}:
+
{locale.COMMON.TAGS}: