mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 00:17:14 +02:00
Code cleanups for consistency & adds Docusaurus to meta tags (#138)
* Add a made with Docusaurus meta tag * Code cleanups and changes for clarity * Add back pages string extraction
This commit is contained in:
parent
fd05bb3239
commit
a4695a3083
4 changed files with 43 additions and 14 deletions
|
@ -25,6 +25,7 @@ class Head extends React.Component {
|
|||
<meta httpEquiv="X-UA-Compatible" content="IE=edge, chrome=1" />
|
||||
<title>{this.props.title}</title>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="generator" content="Docusaurus" />
|
||||
<meta property="og:title" content={this.props.title} />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content={this.props.url} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue