Skip to content
New issue

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

Fix OpenGraph logo #228

Open
2 tasks
vitormattos opened this issue Aug 2, 2024 · 0 comments
Open
2 tasks

Fix OpenGraph logo #228

vitormattos opened this issue Aug 2, 2024 · 0 comments
Assignees

Comments

@vitormattos
Copy link
Member

vitormattos commented Aug 2, 2024

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])

to-do

  • fix default og:image
  • fix the og:image of jobs page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants