Add plausible analytics
This commit is contained in:
parent
3ea715de39
commit
712424a56a
1 changed files with 55 additions and 29 deletions
|
@ -1,33 +1,59 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Combine.fm • <%=head.title%></title>
|
<title>Combine.fm • <%=head.title%></title>
|
||||||
<link rel="stylesheet" href="/dist/<%=manifest['style/main.css']%>" />
|
<link rel="stylesheet" href="/dist/<%=manifest['style/main.css']%>" />
|
||||||
|
|
||||||
<meta name='description' content='Combine.fm matches album and track links from Youtube, Spotify, Google Music, Apple Music and Deezer and gives you back one link with matches we find on all of them.' />
|
<meta
|
||||||
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
name="description"
|
||||||
<meta name='theme-color' content='#FE4365' />
|
content="Combine.fm matches album and track links from Youtube, Spotify, Google Music, Apple Music and Deezer and gives you back one link with matches we find on all of them."
|
||||||
<meta name='twitter:card' content='<%=typeof share == 'undefined' ? 'summary': 'summary_large_image'%>' />
|
/>
|
||||||
<meta name='twitter:site' content='@Combinefm' />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name='twitter:title' property='og:title' content='Combine.fm • <%=head.title%>' />
|
<meta name="theme-color" content="#FE4365" />
|
||||||
<meta name='twitter:description' property='og:description' content='Combine.fm matches album and track links from Youtube, Spotify, Google Music, Apple Music and Deezer and gives you back one link with matches we find on all of them.' />
|
<meta name='twitter:card' content='<%=typeof share == 'undefined' ?
|
||||||
<meta name='twitter:image:src' property='og:image' content='<%=head.image%>' />
|
'summary': 'summary_large_image'%>' />
|
||||||
<meta name="slack-app-id" content="AA9SLSFFC">
|
<meta name="twitter:site" content="@Combinefm" />
|
||||||
<meta property='og:url' content='<%=head.shareUrl%>' />
|
<meta
|
||||||
<link rel='shortcut icon' href='/assets/images/favicon.png' />
|
name="twitter:title"
|
||||||
<link rel='icon' sizes='512x512' href='/assets/images/logo-512.png' />
|
property="og:title"
|
||||||
</head>
|
content="Combine.fm • <%=head.title%>"
|
||||||
<body>
|
/>
|
||||||
<%-html%>
|
<meta
|
||||||
<script>
|
name="twitter:description"
|
||||||
window.__INITIAL_STATE__=<%-JSON.stringify(initialState)%>
|
property="og:description"
|
||||||
</script>
|
content="Combine.fm matches album and track links from Youtube, Spotify, Google Music, Apple Music and Deezer and gives you back one link with matches we find on all of them."
|
||||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
/>
|
||||||
<script>
|
<meta
|
||||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
name="twitter:image:src"
|
||||||
ga('create', 'UA-66209-8', 'auto');
|
property="og:image"
|
||||||
ga('send', 'pageview');
|
content="<%=head.image%>"
|
||||||
</script>
|
/>
|
||||||
<script src="/dist/<%=manifest['js/main.js']%>"></script>
|
<meta name="slack-app-id" content="AA9SLSFFC" />
|
||||||
</body>
|
<meta property="og:url" content="<%=head.shareUrl%>" />
|
||||||
|
<link rel="shortcut icon" href="/assets/images/favicon.png" />
|
||||||
|
<link rel="icon" sizes="512x512" href="/assets/images/logo-512.png" />
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
data-domain="combine.fm"
|
||||||
|
src="https://plausible.io/js/script.js"
|
||||||
|
></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<%-html%>
|
||||||
|
<script>
|
||||||
|
window.__INITIAL_STATE__=<%-JSON.stringify(initialState)%>
|
||||||
|
</script>
|
||||||
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
<script>
|
||||||
|
window.ga =
|
||||||
|
window.ga ||
|
||||||
|
function() {
|
||||||
|
(ga.q = ga.q || []).push(arguments);
|
||||||
|
};
|
||||||
|
ga.l = +new Date();
|
||||||
|
ga("create", "UA-66209-8", "auto");
|
||||||
|
ga("send", "pageview");
|
||||||
|
</script>
|
||||||
|
<script src="/dist/<%=manifest['js/main.js']%>"></script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue