Jieiku / abridge

Fast & Lightweight Zola Theme
https://abridge.pages.dev/
MIT License
168 stars 45 forks source link

Simplify check for number of languages #121

Closed welpo closed 1 year ago

welpo commented 1 year ago

Checks the length of config.languages directly instead of looping over them (before building language switcher).

Since language_count is not used anywhere else, this small change improves the simplicity and readability of the code.

Jieiku commented 1 year ago

Good Catch! Thank you for this.