blog-metadata

master
Suvodip Ghosh 2023-02-21 21:00:46 +05:30
parent 44e721c97e
commit badb682a8d
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import Footer from "../../components/Footer.vue";
---
<Layout title="">
<Layout title="" metaTitle={data.data[idx].meta} description={data.data[idx].meta_description} ogImg={'https://curriculum-app-api.beanstalkedu.com/assets/'+data.data[idx].img} schema={data.data[idx].schema} >
<Menu clint:visible/>
<main>
<div class="grid grid-cols-1 xl:grid-cols-6 xl:px-24">

View File

@ -7,7 +7,8 @@ import Blog from "../../components/Blog.vue";
import Footer from "../../components/Footer.vue";
---
<Layout title="" metaTitle="teenybeans title" description="description" ogImg="https://teenybeanspreschoolcurriculum.com/img/tb-logo.png" schema="" > <Menu/>
<Layout title="" metaTitle="Blogs - Teeny Beans Preschool Curriculum" description="Get detailed information about the preschool industry and the challenges it faces." ogImg="" schema="" >
<Menu/>
<BlogHeroSearch client:visible/>
<BlogFilter client:visible/>
<Blog client:visible/>