Jieiku / abridge

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

link to the proper language feed #122

Closed welpo closed 1 year ago

welpo commented 1 year ago

The atom/rss feed link icons at the bottom of the page were always redirecting to the same feed, regardless of the selected language.

With this change, the URL now becomes language-aware, ensuring that users are directed to the appropriate feed based on their chosen language.

Additionally, this commit simplifies the "if" logic by replacing the nested ifs with a more concise "and" condition, resulting in cleaner and more readable code.

Jieiku commented 1 year ago

Thank You!