Closed RahulRajkumar closed 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:
_config.yml
, you have to rebuild the website again after that (e.g., if you are running bundle exec jekyll serve
, you have to kill it and re-run again)..jekyll-cache
folder in your repo's root directory? It might be caching some old stuff, so you may need to remove it and re-build the website again.Please lmk if you are still running into this issue.
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.
Acknowledge the following
[For usage questions, please use gitter chat instead of raising an issue.]
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:
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):