hacks-guide-minimal-mistake.../_posts/2010-08-05-post-image-standard.md
2016-03-04 12:37:24 -05:00

462 B

title categories tags
Post: Image (Standard)
Post Formats
image
Post Formats

The preferred way of using images is placing them in the /images/ directory and referencing them with an absolute path. Prepending the filename with {% raw %}{{ site.url }}{{ site.baseurl }}/images/{% endraw %} well make sure your images display properly in feeds and such.

![Unsplash image 9]({{ site.url }}{{ site.baseurl }}/images/unsplash-image-9.jpg)