From bf9a01d716f5794f5e0fc03c875a8a12f7dbda88 Mon Sep 17 00:00:00 2001 From: osmarks Date: Tue, 17 Feb 2026 21:04:41 +0000 Subject: [PATCH] fix embed image --- templates/layout.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/layout.pug b/templates/layout.pug index fae5aff..6759354 100644 --- a/templates/layout.pug +++ b/templates/layout.pug @@ -26,6 +26,7 @@ html(lang="en") meta(property="og:type", content="website") meta(property="og:url", content=`https://${domain}${path}`) meta(property="og:site_name", content=name) + meta(content=`https://${domain}/assets/images/logo256.png`, property="og:image") link(rel="manifest", href="/assets/manifest.webmanifest") link(rel="shortcut icon", href="/assets/images/logo256.png", type="image/png") if markdownAlt