|
|
|
@ -56,9 +56,9 @@
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
<title data-dynamic="title">{{ pageTitle }}</title>
|
|
|
|
|
<link rel="preload" href="/assets/fonts/ml.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
|
|
|
|
<link rel="preload" href="/assets/fonts/mlb.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
|
|
|
|
<link rel="stylesheet" href="/assets/styles/index.css?v={% appVersion %}" type="text/css" />
|
|
|
|
|
<link rel="preload" href="/css/ml.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
|
|
|
|
<link rel="preload" href="/css/mlb.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
|
|
|
|
<link rel="stylesheet" href="/assets/css/index.css" type="text/css" />
|
|
|
|
|
<link rel="canonical" href="{{ fullUrl }}" />
|
|
|
|
|
<meta property="og:title" content="{{ pageTitle }}" data-dynamic="og:title" />
|
|
|
|
|
<meta name="description" content="{{ escapedPageDescription }}" data-dynamic="description" />
|
|
|
|
@ -70,17 +70,17 @@
|
|
|
|
|
<meta name="fediverse:creator" content="{{ globals.mastodon }}" />
|
|
|
|
|
<meta name="generator" content="Eleventy">
|
|
|
|
|
<meta name="robots" content="noai, noimageai">
|
|
|
|
|
<link href="{{ globals.cdn_url }}{{ globals.avatar_transparent }}?class=w50&v={% appVersion %}" rel="icon" sizes="any">
|
|
|
|
|
<link href="{{ globals.cdn_url }}{{ globals.avatar_transparent }}?class=w50&v={% appVersion %}&type=svg" rel="icon" type="image/svg+xml">
|
|
|
|
|
<link href="{{ globals.cdn_url }}{{ globals.avatar }}?class=w800&v={% appVersion %}" rel="apple-touch-icon">
|
|
|
|
|
<link href="{{ globals.cdn_url }}{{ globals.avatar_transparent }}?class=w50" rel="icon" sizes="any">
|
|
|
|
|
<link href="{{ globals.cdn_url }}{{ globals.avatar_transparent }}?class=w50&type=svg" rel="icon" type="image/svg+xml">
|
|
|
|
|
<link href="{{ globals.cdn_url }}{{ globals.avatar }}?class=w800" rel="apple-touch-icon">
|
|
|
|
|
<link type="application/atom+xml" rel="alternate" title="Posts / {{ globals.site_name }}" href="https://coryd.dev/feeds/posts">
|
|
|
|
|
<link rel="alternate" href="https://coryd.dev/feeds/links" title="Links / {{ globals.site_name }}" type="application/rss+xml">
|
|
|
|
|
<link rel="alternate" href="https://coryd.dev/feeds/movies" title="Movies / {{ globals.site_name }}'s movies feed" type="application/rss+xml">
|
|
|
|
|
<link rel="alternate" href="https://coryd.dev/feeds/books" title="Books / {{ globals.site_name }}" type="application/rss+xml">
|
|
|
|
|
<link rel="alternate" href="https://coryd.dev/feeds/album-releases" title="Album releases / {{ globals.site_name }}" type="application/rss+xml">
|
|
|
|
|
<link rel="alternate" href="https://coryd.dev/feeds/all" title="All activity / {{ globals.site_name }}" type="application/rss+xml">
|
|
|
|
|
<script defer src="/assets/scripts/index.js?v={% appVersion %}"></script>
|
|
|
|
|
<script defer data-domain="coryd.dev" src="/js/script.js"></script>
|
|
|
|
|
<script type="module" defer src="/assets/index.js"></script>
|
|
|
|
|
<script type="module" 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>
|
|
|
|
|
<noscript>
|
|
|
|
|
<style>.client-side {display:none}</style>
|
|
|
|
|