Commit graph

3 commits

Author SHA1 Message Date
Sofía Aritz 6ec64b6d15 Add language detection
Check `navigator.language` and suggest going to that language's page.

This JS file is not required for the page to run, and the notices can easily be disabled using the button that is alongside the notice.

The status if the redirect notice is saved in localStorage under the `i18n:no_redirect_notice` key.
2023-04-20 23:02:49 +02:00
Sofía Aritz 7422b4d113 Remove dependency on Google Fonts
Thanks to the deployment of a Google Fonts binary mirror to my own CDN we can stop using Google Fonts.

Closes #3.
2023-04-13 00:19:45 +02:00
Sofía Aritz 4a1c682d20 Move Nunjucks templates and Markdown files to the src/ folder 2023-03-29 19:36:44 +02:00