Closed jkelleher closed 9 years ago
With a taxonomy value of (say):
tag: 171
Then this:
{% for tax,value in taxlist['tag'] %} <a href="#">{{ tax }} => {{ value }}</a> {% endfor %}
yields: 0 => 1 Even using tag: b171 makes it work yielding: b171 => 1
0 => 1
tag: b171
b171 => 1
Sorted with https://github.com/getgrav/grav-plugin-taxonomylist/commit/21fe4f03e99eefb566025b286fd845d160bd1c57
With a taxonomy value of (say):
Then this:
yields:
0 => 1
Even usingtag: b171
makes it work yielding:b171 => 1