hexojs / hexo-renderer-jade

Jade renderer for Hexo. Replaced by https://github.com/hexojs/hexo-renderer-pug
MIT License
28 stars 10 forks source link

Getting post tags in index #9

Closed mentos1386 closed 5 years ago

mentos1386 commented 8 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

yoshinorin commented 5 years ago

@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 :)