diff --git a/src/jade/templates/home_page.jade b/src/jade/templates/home_page.jade index 2a2b69d58..b8f680ea2 100644 --- a/src/jade/templates/home_page.jade +++ b/src/jade/templates/home_page.jade @@ -43,10 +43,10 @@ .entry p. Today I launched the second major part of the item description editor: image uploads! As you - enter your description, just use the markdown notation for an image ![](image.png) - and a little image preview will show up underneath the editor. Just click the button to upload a - screenshot or diagram to help clarify things. Just be sure to keep the images to a reasonable - size (< 750kB, and < 740px by 600px). + enter your description, use the markdown notation for an image ![](image.png) and a + empty image preview will show up underneath the editor. Click the button to select an image from + your computer. Just be sure to keep the images to a reasonable size (< 750kB, and < 740px by + 600px). h3 2015-05-13 .entry @@ -152,9 +152,3 @@ p. I've also added support for Iron Chests, and with them, I've taken advantage of some of the new features of the site to add descriptions for each item. - - h3 2015-03-21 - .entry - p. - I spent some time today cleaning up the various animations throughout the site, and working on - page rendering performance. Things should generally feel a lot smoother now.