File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ const {
2222 <ThemeProvider />
2323 <Shortcut />
2424 <Header title ={ title } >
25- <slot name =" header-left" slot =" left" />
26- <slot name =" header-right" slot =" right" />
27- </Header >
25+ <slot name =" header-left" slot =" left" />
26+ <slot name =" header-right" slot =" right" />
27+ </Header >
2828 <main id =" main" class =" main" >
2929 <div class =" sidebar" >{ sidebar && <Menu />} </div >
3030 <div class =" content" >
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ import BaseLayout from "@/layouts/Base";
88
99const meta = {
1010 title: " Akshar" ,
11- description:
12- " Learn alphabets of different Indian languages by alphabet comparison."
11+ description: " Learn alphabets of different Indian languages by alphabet comparison."
1312};
1413---
1514
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if (!Content) {
3636}
3737
3838const meta = {
39- title: " Stories " ,
39+ title: " Blog " ,
4040 description: validatedData .description
4141};
4242---
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import BackButton from "@/components/BackButton.astro";
66import SharePopover from " @/components/ShareButton.astro" ;
77import KeyboardTrigger from " @/components/KeyboardTrigger.astro" ;
88
9- const meta = {
9+ const meta = {
1010 title: " Hear and Play" ,
11- description: " Press any letter key to display and hear it. Customize the voice which you like."
12- }
11+ description: " Press any letter key to display and hear it. Customize the voice which you like."
12+ };
1313---
1414
1515<BaseLayout meta ={ meta } >
You can’t perform that action at this time.
0 commit comments