From b5ec99393a4b1092101ea44dea621cdfc2008259 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 23 Mar 2023 18:11:30 -0400 Subject: [PATCH] Added og-image to package-detail front matter --- .github/build-package-pages.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/build-package-pages.sh b/.github/build-package-pages.sh index 5774526..1cf3c7a 100755 --- a/.github/build-package-pages.sh +++ b/.github/build-package-pages.sh @@ -21,7 +21,8 @@ type: page title: \"$(_jq '.name')\" maintainer: \"$(_jq '.maintainer')\" Description: \"$(_jq '.desc' | tr '\"' "'")\" +og_image: \"$(_jq '.thumb_image_url')\" layout: \"package-detail\" ---" echo "$content" > "$2"/"+$full_name".md -done \ No newline at end of file +done