http: fixes meta tags

This commit is contained in:
2026-06-02 18:27:20 +01:00
parent 3f4df7c503
commit 902ad835b4
3 changed files with 10 additions and 5 deletions
-5
View File
@@ -18,11 +18,6 @@
<!-- Canonical URL -->
<link rel="canonical" href={canonicalURL} />
<!-- Primary Meta Tags -->
<title>{title}</title>
<meta name="title" content={title} />
<meta name="description" content={description} />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content={Astro.url} />
+4
View File
@@ -0,0 +1,4 @@
<!-- Primary Meta Tags -->
<title>${TITLE}</title>
<meta name="title" content="${TITLE}" />
<meta name="description" content="${DESCRIPTION}" />
+6
View File
@@ -1,3 +1,9 @@
#!
export TITLE="Joe Carstairs"
export DESCRIPTION="Joe Carstairs' personal website"
pp "${SHARE}"/components/meta.upphtml
#!
<section class="h-card">
<div>
<img class="u-photo" src="/images/headshot.webp" height="96" width="96" />