https://www.opengraph.xyz/url/https%3A%2F%2Flibrecode.coop%2Fjobs Now is: assets/images/coop.png Need to be: assets/images/logo/logo.png I also forgot to add og_image here: https://github.com/LibreCodeCoop/site/blob/main/source/jobs/index.blade.php#L1 To replace this: https://github.com/LibreCodeCoop/site/blob/main/source/_layouts/main.blade.php#L8 Will be necessary add a code like this: ```php @extends('_layouts.main', ['og_image' => .... here the path of photo]) ``` ## to-do - [ ] fix default og:image - [ ] fix the og:image of jobs page
https://www.opengraph.xyz/url/https%3A%2F%2Flibrecode.coop%2Fjobs
Now is:
assets/images/coop.png
Need to be:
assets/images/logo/logo.png
I also forgot to add og_image here:
https://github.com/LibreCodeCoop/site/blob/main/source/jobs/index.blade.php#L1
To replace this:
https://github.com/LibreCodeCoop/site/blob/main/source/_layouts/main.blade.php#L8
Will be necessary add a code like this:
to-do