Open
Description
Thanks for this simplest minimal Jekyll site
In _includes/comments.html, I have replaced .test-slug with [page.slug]. Final code will be: {% assign comments = site.data.comments[page.slug] | sort %}
In _config.yml, I have removed test-slug from staticman path. Final code will be: path: "_data/comments"
In index.html, I have replaced test-slug with {{ page.slug }}. Final code will be: <input name="options[slug]" type="hidden" value="{{ page.slug }}">
This is my repository https://github.com/basemwahba/again
May you please advise? Thanks so much
Metadata
Metadata
Assignees
Labels
No labels