Merge pull request #191 from IlyaKukarkin/fix-post-tags-props-usage

Fix PostTags prop in the comment
This commit is contained in:
André B
2023-07-01 14:50:56 -04:00
committed by GitHub

View File

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