Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dipree committed Apr 18, 2024
1 parent 66c4faa commit 0f70ebd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions theme/src/components/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ function Head(props) {
<meta property="og:description" content={description} />
<meta property="og:image" content={siteMetadata.imageUrl} />
<meta property="twitter:card" content="summary_large_image" />
{siteMetadata.primerTracking ?
{siteMetadata.primerTracking ? (
<>
<meta name="ha-url" content="https://collector.githubapp.com/primer/collect" />
<script src="https://analytics.githubassets.com/hydro-marketing.min.js"></script>
</>
: null
}
) : null}
</Helmet>
)
}
Expand Down

0 comments on commit 0f70ebd

Please sign in to comment.