diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-28 09:52:38 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-28 09:52:38 -0700 |
| commit | ecafa83e14045ebda8a00b251ab62cfc2d7f3012 (patch) | |
| tree | 69d3b9bbcaffe82ae7911c33a904d855f41fad22 /src/app.html | |
| parent | 7f14dc601901d4b4494ccb97f43fc93285d0922a (diff) | |
| download | homepage-primary.tar.gz homepage-primary.zip | |
- updates deps
- updates about, forgot i had a typo
- updates blog panel
- fixes type issues across a few files
- updates uchu link
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/app.html b/src/app.html index cdd05c3..5723e6c 100644 --- a/src/app.html +++ b/src/app.html @@ -12,10 +12,6 @@ <meta property="og:description" content="There are many webpages but only one webbpage and it’s mine. Welcome to Paul Anthony Webb’s home on the ’Net."/> <meta property="og:image" content="https://webb.page/og.png"/> - <meta property="og:image:height" content="600"/> - <meta property="og:image:secure_url" content="https://webb.page/og.png"/> - <meta property="og:image:type" content="image/png"/> - <meta property="og:image:width" content="1200"/> <meta property="og:locale" content="en_US"/> <meta property="og:site_name" content="the webb page"/> <meta property="og:title" content="the webb page"/> @@ -28,7 +24,7 @@ <link rel="me" href="https://social.coop/@netopwibby"/> <link rel="pgpkey" href="%sveltekit.assets%/key.pub"/> <link rel="pingback" href="https://webmention.io/webb.page/xmlrpc"/> - <link rel="stylesheet" href="https://uchu.style/color_expanded.css"/> + <link rel="stylesheet" href="https://uchu.style/uchu.css"/> <link rel="stylesheet" href="%sveltekit.assets%/base.css"/> <link rel="stylesheet" href="%sveltekit.assets%/uchu.css"/> <link rel="webmention" href="https://webmention.io/webb.page/webmention"/> |