mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Improve metadata
Add JSON LD, make homepage h-card representative, Fix bug with byline fix incorrect OG image aspect ratio in meta Add og site_name Add author profile image
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<div class="hero card edge h-card">
|
||||
<div class="logo">
|
||||
<a href={SITE_URL} class="u-url"><img class="u-photo" src={url} alt="Logo" /></a>
|
||||
<a href={SITE_URL} class="u-url u-uid" rel="me"><img class="u-photo" src={url} alt="Logo" /></a>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div>
|
||||
|
||||
@@ -3,7 +3,7 @@ import { dev } from '$app/environment';
|
||||
|
||||
|
||||
|
||||
export const SITE_TITLE = 'JadedBlueEyes';
|
||||
export const SITE_TITLE = "Jade's Website";
|
||||
|
||||
export const SITE_URL = dev ? "http://localhost:5173" : "https://jade.ellis.link"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user