prose / starter

A starter site for Jekyll + Prose
http://prose.github.io/starter
BSD 3-Clause "New" or "Revised" License
356 stars 1.08k forks source link

default should no carry a title: because it overwrites... #17

Open rdymac opened 10 years ago

rdymac commented 10 years ago

default should no carry a title: because it overwrites the <title> tag and makes it static instead of change it based in the current page title.

Besides having 2 <h1> elements in the same page, the website title or logo should be a static content, not based in the variable of the current page

rdymac commented 10 years ago

Home could carry a static page with its own title <h1>, maybe with a list of latests posts. Then a blog page with its title <h1> and the list of posts. Each post should have an unique <h1>with the post title.

This is basic semantics and search engine optimization, as the blog post title is the most important part of the post content it should be a <h1> solo.