This repository was archived by the owner on Apr 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ interface DocsLayoutProps {
125
125
}
126
126
127
127
const DocsLayout : React . SFC < DocsLayoutProps > = ( { canonical, title, body} ) => (
128
- < IndexLayout canonical = { canonical } title = { title } description = "Documentation site for Gitpod." >
128
+ < IndexLayout canonical = { canonical } title = { title } description = "Explore the documentation to learn more about Gitpod.io and Gitpod Self-Hosted ." >
129
129
< StyledDocsLayout >
130
130
< div className = "row" >
131
131
< div className = "content" >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ const BlogPage: React.SFC<BlogPageProps> = (props) => {
97
97
Date . parse ( b . node . frontmatter . date ) - Date . parse ( a . node . frontmatter . date ) ) ;
98
98
99
99
return (
100
- < IndexLayout canonical = "/blog/" title = "Blog" description = "Discover articles and tutorials about Gitpod ." >
100
+ < IndexLayout canonical = "/blog/" title = "Blog" description = "Visit the Gitpod blog to learn about releases, tutorials, news and more ." >
101
101
< StyledBlogPage >
102
102
103
103
{ /* ----- Section Posts ----- */ }
You can’t perform that action at this time.
0 commit comments