diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-27 16:20:19 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-27 16:20:19 -0700 |
| commit | 59f94419c6a510390390a29e6d940dbf06857d8b (patch) | |
| tree | a1d70ab96efb96da40a4a8f826a10398a363ccee /src | |
| parent | b3b2a1a1e83301ce756c3c575518e23948d4d02c (diff) | |
| download | blog-59f94419c6a510390390a29e6d940dbf06857d8b.tar.gz blog-59f94419c6a510390390a29e6d940dbf06857d8b.zip | |
new memo
- updates css link to uchu’s new url
Diffstat (limited to 'src')
| -rw-r--r-- | src/helper/create-layout.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/helper/create-layout.ts b/src/helper/create-layout.ts index 6bd13cd..f624c5f 100644 --- a/src/helper/create-layout.ts +++ b/src/helper/create-layout.ts @@ -33,8 +33,6 @@ export default (type: "memo" | "remark", memo: string, recents: string) => { <!--/ Open Graph /--> <meta content="${abstract || description}" property="og:description"/> <meta content="https://🔥.pixels.wtf/blog/asset/og.png" property="og:image"/> - <meta content="800" property="og:image:height"/> - <meta content="1280" property="og:image:width"/> <meta content="en_US" property="og:locale"/> <meta content="${title}" property="og:site_name"/> <meta content="${documentTitle}" property="og:title"/> @@ -57,7 +55,7 @@ export default (type: "memo" | "remark", memo: string, recents: string) => { <link color="#111" href="https://🔥.pixels.wtf/blog/asset/favicon.svg" rel="mask-icon"/> <link href="https://social.coop/@netopwibby" rel="me"/> <link href="https://🔥.pixels.wtf/blog/asset/favicon.svg" rel="shortcut icon"/> - <link href="https://uchu.style/color_expanded.css" rel="stylesheet"/> + <link href="https://uchu.style/uchu.css" rel="stylesheet"/> <style> @font-face { |