Skip to content

Commit 8791354

Browse files
committed
fix indent
1 parent 83e49e0 commit 8791354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/_core/Site.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ var Site = React.createClass({
6363
inputSelector: '#algolia-doc-search'
6464
});
6565
`}} />
66-
<script dangerouslySetInnerHTML={{__html: `
66+
<script dangerouslySetInnerHTML={{__html: `
6767
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
6868
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
6969
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
7070
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
7171
7272
ga('create', 'UA-44373548-16', 'auto');
7373
ga('send', 'pageview');
74-
`}} />
74+
`}} />
7575
</body>
7676
</html>
7777
);

0 commit comments

Comments
 (0)