mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Add id to body
This commit is contained in:
parent
6e07750dd8
commit
59bbf85986
|
@ -17,7 +17,7 @@ export default function HTML(props) {
|
||||||
/>
|
/>
|
||||||
{props.headComponents}
|
{props.headComponents}
|
||||||
</head>
|
</head>
|
||||||
<body {...props.bodyAttributes}>
|
<body id="top" {...props.bodyAttributes}>
|
||||||
{props.preBodyComponents}
|
{props.preBodyComponents}
|
||||||
<noscript key="noscript" id="gatsby-noscript">
|
<noscript key="noscript" id="gatsby-noscript">
|
||||||
This app works best with JavaScript enabled.
|
This app works best with JavaScript enabled.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user