Created
March 18, 2013 12:41
-
-
Save bobdenotter/5186906 to your computer and use it in GitHub Desktop.
Show all categories in #bolt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {# the array of options, in config.. #} | |
| {{ print(config.taxonomy.categories.options) }} | |
| {# print all options #} | |
| <ul> | |
| {% for category in config.taxonomy.categories.options %} | |
| <li> | |
| <a href="{{ paths.root }}categories/{{category}}">{{category}}</a> | |
| </li> | |
| {% endfor %} | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment