From 56857362139be98f436361461543cced92caa7ad Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 23 Mar 2023 18:38:50 -0400 Subject: [PATCH] Prepend og title with 'install' for package pages --- .github/build-package-pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build-package-pages.sh b/.github/build-package-pages.sh index 1cf3c7a..974ae06 100755 --- a/.github/build-package-pages.sh +++ b/.github/build-package-pages.sh @@ -18,7 +18,7 @@ for row in $(jq -r '.[] | @base64' < "$1"); do touch "$2"/"+$full_name".md content="--- type: page -title: \"$(_jq '.name')\" +title: \"Install $(_jq '.name')\" maintainer: \"$(_jq '.maintainer')\" Description: \"$(_jq '.desc' | tr '\"' "'")\" og_image: \"$(_jq '.thumb_image_url')\"