diff --git a/src/layouts/LayoutBN.astro b/src/layouts/LayoutBN.astro index ffd9c5c..dc3153d 100644 --- a/src/layouts/LayoutBN.astro +++ b/src/layouts/LayoutBN.astro @@ -1,6 +1,5 @@ --- import MainHeaderBN from '../components/MainHeaderBN.astro'; -import TopHeader from '../components/TopHeader.astro'; import Footer from '../components/Footer.astro'; export interface Props { title: string; metaTitle: string; description: string; ogImg: string; tiwtterCard: string; tiwtterImage: string; tiwtterTitle: string; tiwtterDesc: string; tiwtterURL: string; artPubTime: string; artUpdtTime: string; ogSiteName: string; ogType: string; ogTitle: string; ogDesc: string; ogURL: string; canonical: string; @@ -15,8 +14,8 @@ const { title, metaTitle, description, ogImg, tiwtterCard, tiwtterImage, tiwtter - + {title} @@ -37,7 +36,7 @@ const { title, metaTitle, description, ogImg, tiwtterCard, tiwtterImage, tiwtter - -->
diff --git a/src/pages/[id].astro b/src/pages/[id].astro index c5c9195..4133938 100644 --- a/src/pages/[id].astro +++ b/src/pages/[id].astro @@ -44,7 +44,7 @@ const items = data.data[idx];

Share on:

WhatsApp Logo - Facebook Logo + Facebook Logo Twitter/X Logo Linkdin Logo