Update sample image
This commit is contained in:
parent
7be24f1728
commit
7db4724ddf
3 changed files with 4 additions and 3 deletions
|
@ -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 |
Loading…
Reference in a new issue