http: fixes meta tags
This commit is contained in:
@@ -18,11 +18,6 @@
|
|||||||
<!-- Canonical URL -->
|
<!-- Canonical URL -->
|
||||||
<link rel="canonical" href={canonicalURL} />
|
<link rel="canonical" href={canonicalURL} />
|
||||||
|
|
||||||
<!-- Primary Meta Tags -->
|
|
||||||
<title>{title}</title>
|
|
||||||
<meta name="title" content={title} />
|
|
||||||
<meta name="description" content={description} />
|
|
||||||
|
|
||||||
<!-- Open Graph / Facebook -->
|
<!-- Open Graph / Facebook -->
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content={Astro.url} />
|
<meta property="og:url" content={Astro.url} />
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<!-- Primary Meta Tags -->
|
||||||
|
<title>${TITLE}</title>
|
||||||
|
<meta name="title" content="${TITLE}" />
|
||||||
|
<meta name="description" content="${DESCRIPTION}" />
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
#!
|
||||||
|
export TITLE="Joe Carstairs"
|
||||||
|
export DESCRIPTION="Joe Carstairs' personal website"
|
||||||
|
pp "${SHARE}"/components/meta.upphtml
|
||||||
|
#!
|
||||||
|
|
||||||
<section class="h-card">
|
<section class="h-card">
|
||||||
<div>
|
<div>
|
||||||
<img class="u-photo" src="/images/headshot.webp" height="96" width="96" />
|
<img class="u-photo" src="/images/headshot.webp" height="96" width="96" />
|
||||||
|
|||||||
Reference in New Issue
Block a user