We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
@extends('_layouts.main', ['og_image' => .... here the path of photo])
The text was updated successfully, but these errors were encountered:
IsaacPimentel73
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: