klugjo / hexo-theme-clean-blog

Hexo implementation of Clean Blog http://blackrockdigital.github.io/startbootstrap-clean-blog/index.html
MIT License
402 stars 130 forks source link

Tag page #49

Closed SquidAnan closed 6 years ago

SquidAnan commented 6 years ago

I followed the steps in README and created the tags page But how can I access the code of the layout of the tag page? I mean this page ,not this page (I already know how to access the latter) I can't find anything I want in themes/clean-blog/layout I don't understand how those files are generated under the folder tags (for example, tags/Tag-1) by reading your code Is it possible to change the layout? Or is it something done by Hexo?

By the way, thank you for creating this great theme

klugjo commented 6 years ago

It is actually the same as archives:

https://github.com/klugjo/hexo-theme-clean-blog/blob/master/layout/archive.ejs

Which is standard for Hexo yes. Most themes work the same way

SquidAnan commented 6 years ago

Oh okay I see! Thanks for replying so soon!!

JamesLiuft commented 6 years ago

I really don't know why it not work on my blog = =