the-programmers-hangout / website

🌳 TPH website
https://theprogrammershangout.com
MIT License
102 stars 67 forks source link

Smart handling of breadcrumbs #68

Closed veksen closed 5 years ago

veksen commented 5 years ago

At the moment, breadcrumbs have the first level of each word uppercased:

Home > Resources > Javascript > Intro

Problem is with some word/acronyms, like PHP, or PDO, that should be uppercased.

Furthermore, the title of the page should also be handled (currently lowercased from the filename (shall we use the article title?)