Xzya / hugo-bootstrap

This is a simple Hugo theme using Bootstrap v4.
MIT License
76 stars 51 forks source link

changing default language not working #11

Closed francisco-core closed 6 years ago

francisco-core commented 6 years ago

When changed in the config file defaultContentLanguage = "en" to defaultContentLanguage = "es" Nothing happens. The default website is all still in english

Xzya commented 6 years ago

Hey,

You're right. The location of the defaultContentLanguage was wrong in the exampleSite. I fixed it in this commit.

Let me know if this fixes your problem, Thank you!

francisco-core commented 6 years ago

Excellent! Thanks for the quick response and for working on this awesome theme. I'd been looking for a fix for a while but something so obvious like it being under "[taxonomy]" never occurred to me. I guess have to get a little more familiar with .toml files.

It did fix the problem! Many Thanks!

francisco-core commented 6 years ago

Thanks for also fixing it in your other repo :+1: