riggraz / no-style-please

A (nearly) no-CSS, fast, minimalist Jekyll theme.
https://riggraz.dev/no-style-please/
MIT License
1.1k stars 542 forks source link

Entry titles in lowercase #11

Open EchedelleLR opened 3 years ago

EchedelleLR commented 3 years ago

I noticed that, by default, the titles of the entries are listed in home in lowercase even when it is in specific capitalization inside the entry.

Is there a way to put the titles with the capitalization untouched?

EchedelleLR commented 3 years ago

Okay, investigating the code I saw it is specified here as "downcase": https://github.com/riggraz/no-style-please/blob/38c0ae1af5c9cce598094be0721cb0083fa44d40/_includes/post_list.html#L18

Is there a way to put it as optional?

EchedelleLR commented 3 years ago

I added a workaround meanwhile just re-creating _includes directory with a re-written version of post_list.html file only.

It is a manual workaround which will need to be updated manually if there are some changes in any future version of the theme until I find other better way without touching the theme structure at all.