jeromelachaud / freelancer-theme

Jekyll theme based on Freelancer Start Bootstrap theme
https://jeromelachaud.com/freelancer-theme
MIT License
1.45k stars 2.3k forks source link

_config.yml, description and meta_author not working #155

Closed Swepz closed 1 year ago

Swepz commented 1 year ago

Describe the bug Trying to changed the description and meta_author, but when trying to share the link it still shows the template description and "First Lastname".

Before

description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
meta_author: LastName FirstName

After

description: "Foo Bar Baz"
meta_author: foo bar
  1. Edit description and meta_author in _config.yml
  2. Push to github to update gh-pages
  3. Wait for Actions to update site
  4. Open the website xxx.github.io
  5. Share the link to Telegram or any app what shows meta_data

Expected behavior Changed description and will show new description.

Screenshots

Screenshot 2022-12-15 at 09 56 34

Desktop (please complete the following information):

leabs commented 1 year ago

I just tried this and the description and author updated fine in the head for me. If you can, force gh-pages to redeploy and force a hard refresh in your browser to make sure the old head info isn't cached or something

Swepz commented 1 year ago

That would definitely work, thanks. In my case, I believe that Telegram Cached the URL and meta data if I remember correctly.