chore: analytics + deps
This commit is contained in:
parent
4ae4a7416e
commit
bf6d4f446b
14 changed files with 55 additions and 54 deletions
|
@ -76,7 +76,6 @@
|
|||
<title>{{ pageTitle }}</title>
|
||||
<link rel="preload" href="/assets/fonts/MonoLisa.min.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="stylesheet" href="/assets/styles/index.css?v={% appVersion %}" type="text/css" />
|
||||
<script async data-id="101449513" src="/23af0256fe76a.js"></script>
|
||||
<link rel="canonical" href="{{ fullUrl }}" />
|
||||
<meta property="og:title" content="{{ pageTitle }}" />
|
||||
<meta name="description" content="{{ pageDescription | escape | strip }}" />
|
||||
|
@ -100,6 +99,8 @@
|
|||
<link rel="alternate" href="https://feedpress.me/coryd-artist-charts" title="{{ meta.siteName }}'s artist charts feed" type="application/rss+xml">
|
||||
<link rel="alternate" href="https://feedpress.me/coryd-all" title="{{ meta.siteName }}'s activity feed" type="application/rss+xml">
|
||||
<link type="text/plain" rel="author" href="/humans.txt" />
|
||||
<script defer data-domain="coryd.dev" src="/js/script.js"></script>
|
||||
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
|
@ -132,7 +133,6 @@
|
|||
</script>
|
||||
<noscript>
|
||||
<style>.client-side {display:none}</style>
|
||||
<p><img width="1" height="1" src="/7afb285ad050d" /></p>
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in a new issue