Closed mentos1386 closed 5 years ago
Im trying to list all tags for specific post in "index" page.
im doint it this way atm.
each post in site.posts.toArray() each tag in post.tags span!=tag
but tag is null doing post.tags.toArray() also dosn't work Converting circular structure to JSON
null
post.tags.toArray()
Converting circular structure to JSON
@mentos1386 We replaced this repo to hexo-renderer-pug. Please re-create a new issue at hexo-renderer-pug if you are using hexo and this problem still occurs.
Thanks :)
Im trying to list all tags for specific post in "index" page.
im doint it this way atm.
but tag is
null
doingpost.tags.toArray()
also dosn't workConverting circular structure to JSON