milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
916 stars 196 forks source link

Add a link to the home page on blog's title #26

Closed aneveux closed 12 years ago

aneveux commented 12 years ago

Blog's title are commonly links to the home page in wordpress templates. In Reverie, the blog's title isn't managed as a link, and it can be quite disturbing for an user, who will try to click it to return to the blog's home page.

It should be interesting to add a link on the blog's title (with some dynamic management, so as to get the blog's home url using WP functions), and add some :hover reaction so as to keep it ergonomic.

I just modified the header to add this kind of link, and added some color in the css, using the same color as the articles' titles.

aneveux commented 12 years ago

Sorry for this pullrequest, I forgot to select the commit I wanted to contribute. I created a new pullrequest instead of this one.

milohuang commented 12 years ago

Thanks anyway, some of your recommendations are really helpful. Will add some of the changes to the next release.