From e93ce87de91642b079ab6d2f3341542f46fa1b7b Mon Sep 17 00:00:00 2001 From: ae Date: Tue, 10 Dec 2024 14:09:14 +0200 Subject: [PATCH] feat: cleaner link embeds --- hugo.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index a0fa1a4..80e4311 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -54,3 +54,9 @@ params: msTileIcon: /images/mstile-150x150.png themeColor: /images/"#040404" logo: /images/logo.svg + + opengraph: + # only include website title + 30 word abstract into embeds + description: "{{ substr .Summary 0 30 }} ..." + twitter:image:src: "" + og:image: ""