Update [...page].astro

This commit is contained in:
Liron Abutbul
2023-06-09 08:02:26 +03:00
committed by GitHub
parent dfc274228c
commit 3bf88518ba

View File

@ -43,7 +43,7 @@ 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:" /> <PostTags tags={allCategories} class="mb-2" header="Search by Categories:" isCategory />
<PostTags tags={allTags} header="Search by Tags:" /> <PostTags tags={allTags} header="Search by Tags:" />
--> -->
</section> </section>