We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The plugin uses category_list.html, category_index.html and category_feed.xml. It would be really great for onboarding to have a template for that.
category_list.html
category_index.html
category_feed.xml
The text was updated successfully, but these errors were encountered:
One should basically be
<!-- _layouts/category_index.html --> <ul> {% for post in site.categories[page.category] %} <li><a href="{{ root_url }}{{ post.url }}">{{ post.title }}</a></li> {% endfor %} </ul>
Sorry, something went wrong.
No branches or pull requests
The plugin uses
category_list.html
,category_index.html
andcategory_feed.xml
.It would be really great for onboarding to have a template for that.
The text was updated successfully, but these errors were encountered: