Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Apr 20, 2020
1 parent 099471e commit 6188c79
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/api-reference/next/head.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,10 @@ function IndexPage() {
<div>
<Head>
<title>My page title</title>
<meta
property="og:title"
content="My page title"
key="title"
/>
<meta property="og:title" content="My page title" key="title" />
</Head>
<Head>
<meta
property="og:title"
content="My new title"
key="title"
/>
<meta property="og:title" content="My new title" key="title" />
</Head>
<p>Hello world!</p>
</div>
Expand Down

0 comments on commit 6188c79

Please sign in to comment.