Commit graph

2 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
Joseph Schorr
78f6523068 Add handling of twitter avatars: if they do not load, then a default image will be used 2014-05-08 19:52:21 -04:00