From f10fc6420766bd1a8125d785b000e8d118d6ee36 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 25 Feb 2014 15:39:30 -0500 Subject: [PATCH] Remove {{ site.url }} reference to simplify example --- _posts/2013-05-22-sample-post-images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2013-05-22-sample-post-images.md b/_posts/2013-05-22-sample-post-images.md index 8bd33fcd..4efcd671 100644 --- a/_posts/2013-05-22-sample-post-images.md +++ b/_posts/2013-05-22-sample-post-images.md @@ -22,8 +22,8 @@ Apply the `half` class like so to display two images side by side that share the {% highlight html %}
- - + +
Caption describing these two images.
{% endhighlight %}