digitalcraftsman / hugo-steam-theme

Port of Tommaso Barbato's Ghost theme Steam to Hugo
MIT License
66 stars 51 forks source link

Fix the error of repeated homepage title. #5

Closed zhaobaiyu closed 8 years ago

zhaobaiyu commented 8 years ago

The SiteTitle appeared twice in homepage title. I fix it.

digitalcraftsman commented 8 years ago

Hello @zhaobaiyu,

thank you for providing this fix. I've modifed your code slightly. Every page already has a variable .IsHome that indicates wether the current page is the index page or not.

I've merged your changes as ec91c22927d89583114f40e255fab052f78f8924.