Skip to content

Commit

Permalink
Add meta tags to generator
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed May 31, 2016
1 parent 3ec320f commit 4dec324
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ export default class SimplePage {
getElements() {
return <HelloWorld/>;
}

getMetaTags() {
return [
{charset: 'utf8'},
{name: 'description', content: 'hello world, powered by React Server'},
{generator: 'React Server'},
{keywords: 'React Server'}
];
}
}

0 comments on commit 4dec324

Please sign in to comment.