From 75cf749fb042b92e4b4a1b4ff4cc21cef1577142 Mon Sep 17 00:00:00 2001 From: Ben Schlegel Date: Thu, 29 Aug 2024 15:11:48 +0200 Subject: [PATCH] feat(image-generator): add new default template --- quartz/util/socialImage.tsx | 67 ++++++++++++------------------------- 1 file changed, 22 insertions(+), 45 deletions(-) diff --git a/quartz/util/socialImage.tsx b/quartz/util/socialImage.tsx index 9ff1d7e17..f830bcfad 100644 --- a/quartz/util/socialImage.tsx +++ b/quartz/util/socialImage.tsx @@ -26,73 +26,50 @@ export const defaultImage: SocialImageOptions["imageStructure"] = (
-
- -

- {title} -

-
+

- {description} + {title}

-
+ > + {description} +

) }