stkevintan / canoe-blog

blog
https://keyin.me
51 stars 20 forks source link

Where are "tags" generated in post-overview? #12

Open ghost opened 6 years ago

ghost commented 6 years ago

There are tags under each individual blogpost in the post-overview page / article page.

See image here...

1

I need to make some javascript changes to those tags, but I cannot find the corresponding file.

(I tried ... node_modules > hexo > lib > plugins > helper > tagcloud).

But that is the wrong one... that one is for the sidebar tagcloud.

I need the tags per individual blogpost in post-page / article-page. Thanks.

stkevintan commented 6 years ago

Hello, tags are generated by hugo. related code lies in: https://github.com/stkevintan/canoe/blob/80dcb1e4b18c770aaec99e11c6dfbaf11c84af5c/layouts/partials/waterfall.html#L35-L39