Add support for metatags

This commit is contained in:
Alex 2026-06-08 14:12:08 -07:00
parent ae440be40c
commit 4564aa9534
25 changed files with 230 additions and 22 deletions

View file

@ -20,6 +20,24 @@
<script src="https://cdn.jsdelivr.net/npm/idiomorph"></script>
<script src="https://cdn.jsdelivr.net/npm/frankenphp-hot-reload/+esm" type="module"></script>
{% endif %}
<!-- Metatags -->
<meta name="title" content="Alex Daniels" />
<meta name="description" content="hello, i'm alex i'm a web developer based in portland, oregon in my free time i enjoy hiking, camping, reading, photography, and more. welcome to my little corner of the internet" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alexdaniels.me" />
<meta property="og:title" content="Alex Daniels" />
<meta property="og:description" content="hello, i'm alex i'm a web developer based in portland, oregon in my free time i enjoy hiking, camping, reading, photography, and more. welcome to my little corner of the internet" />
{# <meta property="og:image" content="https://metatags.io/images/meta-tags.png" /> #}
<!-- X (Twitter) -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://alexdaniels.me" />
<meta property="twitter:title" content="Alex Daniels" />
<meta property="twitter:description" content="hello, i'm alex i'm a web developer based in portland, oregon in my free time i enjoy hiking, camping, reading, photography, and more. welcome to my little corner of the internet" />
{# <meta property="twitter:image" content="https://metatags.io/images/meta-tags.png" /> #}
</head>
<body class="home layout--v1 {{ app.user ? 'auth': '' }}">
<header>