On fixing a favicon
Sometimes open source work is just fixing one tiny thing that bugs you. However, rolling up your sleeves and delving into even the smallest amount of code can...
The site assets (css, js) are cached by the browsers, so the site can look ugly between updates. We should use some asset version hasher or something like that to avoid this issue.
Sometimes open source work is just fixing one tiny thing that bugs you. However, rolling up your sleeves and delving into even the smallest amount of code can...