Add space after YAML Front Matter

This commit is contained in:
Michael Rose
2016-03-07 09:51:50 -05:00
parent f4cc49ffca
commit 0ccaef5a96
67 changed files with 67 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ tags:
- 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)