getgrav / grav-plugin-taxonomylist

Grav TaxonomyList Plugin

Home Page:https://getgrav.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taxonomy values of numbers (even with quotes) are not recognised

jkelleher opened this issue · comments

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

Sorted with 21fe4f0