2016-02-24 16:55:03 +00:00
|
|
|
---
|
2016-03-04 17:37:24 +00:00
|
|
|
title: "Post: Image (Caption)"
|
2016-02-24 16:55:03 +00:00
|
|
|
categories:
|
|
|
|
- Post Formats
|
|
|
|
tags:
|
|
|
|
- image
|
|
|
|
- Post Formats
|
|
|
|
---
|
2016-03-07 14:51:50 +00:00
|
|
|
|
2016-04-01 20:22:05 +00:00
|
|
|
{% include base_path %}
|
|
|
|
|
2016-02-24 16:55:03 +00:00
|
|
|
{% capture fig_img %}
|
2016-04-01 20:22:05 +00:00
|
|
|
![Foo]({{ base_path }}/images/unsplash-gallery-image-3.jpg)
|
2016-02-24 16:55:03 +00:00
|
|
|
{% endcapture %}
|
|
|
|
|
|
|
|
<figure>
|
2016-03-25 14:21:08 +00:00
|
|
|
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
|
2016-04-01 20:22:05 +00:00
|
|
|
<figcaption>Photo from Unsplash.</figcaption>
|
2016-02-24 16:55:03 +00:00
|
|
|
</figure>
|