diff --git a/themes/typography/components/BlogItem.js b/themes/typography/components/BlogItem.js
index ccbcac51..c1c2a404 100644
--- a/themes/typography/components/BlogItem.js
+++ b/themes/typography/components/BlogItem.js
@@ -37,7 +37,7 @@ export const BlogItem = props => {
+ className='text-xl underline decoration-2 font-bold text-[var(--primary-color)] dark:text-white dark:hover:bg-white dark:hover:text-[var(--primary-color)] px-2 duration-200 transition-all rounded-sm p-0'>
{siteConfig('POST_TITLE_ICON') && (
)}
diff --git a/themes/typography/index.js b/themes/typography/index.js
index 62b9ee5c..8dce7ccc 100644
--- a/themes/typography/index.js
+++ b/themes/typography/index.js
@@ -183,7 +183,7 @@ const LayoutArchive = props => {
const { archivePosts } = props
return (
<>
-
+
{Object.keys(archivePosts).map(archiveTitle => (
{
const { categoryOptions } = props
return (
<>
-
+
{categoryOptions?.map(category => {
return (
{
const { tagOptions } = props
return (
<>
-