Adding platforms to rich snippets.
This commit is contained in:
parent
d2a152fd93
commit
8e81b6252c
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
"image": "{{ .Params.HeaderImage }}",
|
"image": "{{ .Params.HeaderImage }}",
|
||||||
"operatingSystem": "linux",
|
"operatingSystem": "{{ delimit $AppData.platforms ", " }}",
|
||||||
"offers": {
|
"offers": {
|
||||||
"price": 0.00,
|
"price": 0.00,
|
||||||
"priceCurrency": "EUR"
|
"priceCurrency": "EUR"
|
||||||
|
|
Loading…
Reference in a new issue