Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Move blog posts' "Table Of Contents" generation into layout #127

Open
andrewazores opened this issue May 25, 2023 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@andrewazores
Copy link
Member

Currently the Table Of Contents on each blog post is a reused snippet of code that has to be copy-pasted into each new post. It should be possible to move this into the _layouts/post.html template that all of the posts inherit from, so that the ToC is always generated without having to be copy-pasted. This needs to be done without adding any new Jekyll plugins which may not be available in the GitHub builder environment.

@andrewazores andrewazores added the help wanted Extra attention is needed label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant