gethugothemes / bookworm-light-hugo

Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
https://gethugothemes.com/products/bookworm/?utm_source=bookworm_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
100 stars 76 forks source link

Categories layout #18

Closed nataliepjlin closed 2 years ago

nataliepjlin commented 2 years ago

Hi, I've searched through the files but still can't find the params and html settings for categories. Does anyone know where they locate? Thanks:)

tfsomrat commented 2 years ago

Hello @nataliepjlin

Which type of settings you are looking for? and the HTML is actually rendering from layouts/default/list.html file

nataliepjlin commented 2 years ago

@tfsomrat I'm trying to adjust the layout of the categories pages

tfsomrat commented 2 years ago

Then your answer is still layouts/default/list.html file. is there anything else I can help with?