Commit graph

3 commits

Author SHA1 Message Date
Jimmy Zelinskie
27078b1e16 static: optimized png images
for file in *.png ; do pngcrush -reduce -brute "$file" "${file%.png}-crushed.png" && mv -f "${file%.png}-crushed.png" "$file" ; done
2015-08-14 14:45:01 -04:00
Jake Moshenko
b9656185b9 Switch to the new logo for the favicon. 2014-07-07 16:01:47 -04:00
yackob03
37507b7d7d Add the missing apple touch icon that the nginx error logs are complaining about. 2014-01-29 15:35:31 -05:00