diff --git a/pages/category/[category].js b/pages/category/[category].js index ab07f1f5..ce29dfc2 100644 --- a/pages/category/[category].js +++ b/pages/category/[category].js @@ -14,7 +14,7 @@ export default function Category ({ tags, allPosts, filteredPosts, category, cat type: 'website' } return -
+
diff --git a/pages/tag/[tag].js b/pages/tag/[tag].js index 0d7048da..1b05174f 100644 --- a/pages/tag/[tag].js +++ b/pages/tag/[tag].js @@ -13,7 +13,7 @@ export default function Tag ({ tags, allPosts, filteredPosts, currentTag, catego type: 'website' } return -
+