zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
739 stars 260 forks source link

feat: use official 'Language.LanguageDirection' parameter #466

Open somethingSTRANGE opened 2 years ago

somethingSTRANGE commented 2 years ago

The Language.LanguageDirection parameter was merged into Hugo with Add languageDirection to language configuration.

This PR replaces usage of languagedir in languages.toml with languageDirection, and also replaces various instances of $.Param "languagedir" with $.Site.Language.LanguageDirection.