diff --git a/package.json b/package.json index dd6786c..656b226 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroplate", - "version": "1.1.3", + "version": "1.1.4", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", diff --git a/src/pages/categories/index.astro b/src/pages/categories/index.astro index 3d34928..e16ffef 100755 --- a/src/pages/categories/index.astro +++ b/src/pages/categories/index.astro @@ -14,15 +14,15 @@ const allCategories = await getAllTaxonomy(blog_folder, "categories");