LibreCodeCoop / site

Site oficial da LibreCode http://librecode.coop
12 stars 9 forks source link

Fix OpenGraph logo #228

Open vitormattos opened 1 month ago

vitormattos commented 1 month ago

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