ar.falsy.cat/layouts
Claudio Yanes 7e0f2e4449 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
2022-03-04 02:25:30 +00:00
..
_default fix links being broken for pages with spaces 2022-02-20 21:40:10 -05:00
partials Fix fetchData 2022-03-04 02:25:30 +00:00
404.html Execute darkmode script before first render 2021-08-13 22:50:02 +02:00
index.html feat: add rtl support as part of #47 2022-02-15 17:12:08 -05:00