mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:35:16 +03:00
Prepend og title with 'install' for package pages
This commit is contained in:
parent
21db2230ae
commit
5685736213
2
.github/build-package-pages.sh
vendored
2
.github/build-package-pages.sh
vendored
|
@ -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')\"
|
||||
|
|
Loading…
Reference in a new issue