Fix PostTags prop in the comment

This commit is contained in:
ilya kukarkin
2023-07-01 22:07:26 +08:00
parent 0b740cc42b
commit cd3101ca7f

View File

@ -43,8 +43,8 @@ const meta = {
<BlogList posts={page.data} />
<Pagination prevUrl={page.url.prev} nextUrl={page.url.next} />
<!--
<PostTags tags={allCategories} class="mb-2" header="Search by Categories:" isCategory />
<PostTags tags={allTags} header="Search by Tags:" />
<PostTags tags={allCategories} class="mb-2" title="Search by Categories:" isCategory />
<PostTags tags={allTags} title="Search by Tags:" />
-->
</section>
</Layout>