Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Daniel Dobiášovský Member
@Deight · Joined 5 years ago · 24 posts · 8 topics · 1 reputation
Badges
Recent posts
-
Taxonomy separator
· 5 years ago
I can't solve this if a page has one tag it shows one tag, if it has two both it appears twice if three so three times etc ... So should I use a call other than "for"? {% if page.taxonomy.tag %} {% f
-
Taxonomy separator
· 5 years ago
My problem was not in the separator at the end, but in the fact that they were not generated at all when using "join" thank you for your time!
-
Taxonomy separator
· 5 years ago
With this modification of the variable, the separator is added, but I don't know why the tags were generated 3 times in a row. Do you know why? "tag1,tag2,tag3 tag1,tag2,tag3 tag1,tag2,tag3" Github is
-
Taxonomy separator
· 5 years ago
I cant find solution for separation tags or categories, taxonomy list if i show page tags for example with this: {% if page.taxonomy.tag %} {% for tag in page.taxonomy.tag %} {{ tag }} {%