File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export function DocumentationLayout(props) {
1414 { props . layoutProps . meta . metaTitle || props . layoutProps . meta . title }
1515 </ Title >
1616 < Head >
17+ < meta name = "description" content = { props . layoutProps . meta . metaDescription || props . layoutProps . meta . description } />
1718 < meta key = "twitter:card" name = "twitter:card" content = "summary_large_image" />
1819 < meta
1920 key = "twitter:image"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export function ProgramsLayout(props) {
1414 { props . layoutProps . meta . metaTitle || props . layoutProps . meta . title }
1515 </ Title >
1616 < Head >
17+ < meta name = "description" content = { props . layoutProps . meta . metaDescription || props . layoutProps . meta . description } />
1718 < meta key = "twitter:card" name = "twitter:card" content = "summary_large_image" />
1819 < meta
1920 key = "twitter:image"
You can’t perform that action at this time.
0 commit comments