Update sample image

This commit is contained in:
Michael Rose 2016-04-01 16:22:05 -04:00
parent 7be24f1728
commit 7db4724ddf
3 changed files with 4 additions and 3 deletions

View file

@ -5,14 +5,15 @@ categories:
tags: tags:
- image - image
- Post Formats - Post Formats
- shortcode
--- ---
{% include base_path %}
{% capture fig_img %} {% capture fig_img %}
![Foo](http://wpthemetestdata.files.wordpress.com/2008/06/100_5478.jpg?w=604) ![Foo]({{ base_path }}/images/unsplash-gallery-image-3.jpg)
{% endcapture %} {% endcapture %}
<figure> <figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }} {{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
<figcaption>Bell on wharf in San Francisco</figcaption> <figcaption>Photo from Unsplash.</figcaption>
</figure> </figure>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 234 KiB