welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

šŸ› fix: allow translated drafts #282

Closed Smtbook closed 4 months ago

Smtbook commented 4 months ago

Summary

Fix Zola build error when marking the translations of the page as drafts

Related issue

https://github.com/welpo/tabi/issues/281

Changes

Get translations of the current page by using builtin section.translations or page.translations

Accessibility

N/A

Screenshots

N/A

Type of change


Checklist

welpo commented 4 months ago

So you're telling me I wrote all of that code forā€¦ nothing? I was overengineering things?

Humbling.

Let me do some testing and I'll merge!

welpo commented 4 months ago

Looks good to me!

Thank you for reporting and fixing the issue šŸ«¶

Smtbook commented 4 months ago

So you're telling me I wrote all of that code forā€¦ nothing? I was overengineering things?

Sorry for that. I will discuss about the possible solutions further before I commit next time.

welpo commented 4 months ago

Nothing to be sorry about!!

I was just saying I felt kind of stupid because I wrote a lot of code to do something that was possible with less code.

I'm glad you fixed it and simplified the template. I think it's the perfect solution!