website: fix GitHub stars (#1849)

This commit is contained in:
Shawn Erquhart
2018-11-02 11:27:17 -04:00
committed by GitHub
parent c765793971
commit 7285e0c530
5 changed files with 23 additions and 12 deletions

View File

@ -28,7 +28,6 @@ class HTML extends React.Component {
<div key={'body'} id="___gatsby" dangerouslySetInnerHTML={{ __html: this.props.body }} />
{this.props.postBodyComponents}
<Gitter room="netlify/NetlifyCMS" />
<script async defer src="https://buttons.github.io/buttons.js" />
<script src="//unpkg.com/docsearch.js@2.4.1/dist/cdn/docsearch.min.js" />
</body>
</html>