1
0
Go to file
Emil Miler aa289de836 Search optimisation
These changes make the code more efficient, since going trough an array
with `forEach` is faster than iterating with a foor loop on every input
change. Using `indexOf()` instead of `includes()` is faster as well.
2022-12-09 13:17:29 +01:00
content Sort posts by date 2021-12-28 11:48:29 +01:00
sass Tweak search and border colors 2022-12-08 18:44:57 +01:00
static Search optimisation 2022-12-09 13:17:29 +01:00
templates Show page updates in footer 2022-12-04 17:31:33 +01:00
.gitignore Add .gitignore 2021-12-02 13:14:15 +01:00
config.toml Use kronuz theme for syntax highlighting 2022-12-08 14:11:07 +01:00