Skip to content

Instantly share code, notes, and snippets.

@bobdenotter
Created March 18, 2013 12:41
Show Gist options
  • Select an option

  • Save bobdenotter/5186906 to your computer and use it in GitHub Desktop.

Select an option

Save bobdenotter/5186906 to your computer and use it in GitHub Desktop.
Show all categories in #bolt
{# 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