alshedivat / al-folio

A beautiful, simple, clean, and responsive Jekyll theme for academics
https://alshedivat.github.io/al-folio/
MIT License
11.19k stars 11.24k forks source link

Site description variable in config.yaml is ignored when generating site #318

Closed RahulRajkumar closed 3 years ago

RahulRajkumar commented 3 years ago

Acknowledge the following

Describe the bug Changing description in config.yaml does not change the description meta tag generated by Jekyll. Pasting the link into eg discord or inspecting page source gives the following description regardless of changes to config.yaml: "A beautiful, simple, clean, and responsive Jekyll theme for academics"

To Reproduce Steps to reproduce the behavior:

  1. Build site
  2. inspect page source
  3. <meta name="description" content="A simple, whitespace theme for academics. Based on *folio design.

Expected behavior The content generated by {{site.description}} in the head.html file ought to mirror variable in config.yaml

Screenshots If applicable, add screenshots to help explain your problem.

System (please complete the following information):

alshedivat commented 3 years ago

Thanks for reporting this. Everything works as expected on my end -- if I change the description in _config.yml, it changes on webpage. A couple of things to note:

Please lmk if you are still running into this issue.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.