Add example site for testing
This commit is contained in:
21
example/_posts/2010-08-06-post-image-linked-caption.md
Executable file
21
example/_posts/2010-08-06-post-image-linked-caption.md
Executable file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "Post: Image (Linked with Caption)"
|
||||
categories:
|
||||
- Post Formats
|
||||
tags:
|
||||
- image
|
||||
- Post Formats
|
||||
---
|
||||
|
||||
{% capture fig_img %}
|
||||
[](https://flic.kr/p/8wzarA)
|
||||
{% endcapture %}
|
||||
|
||||
{% capture fig_caption %}
|
||||
Stairs? Were we're going we don't need no stairs.
|
||||
{% endcapture %}
|
||||
|
||||
<figure>
|
||||
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
|
||||
<figcaption>{{ fig_caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption>
|
||||
</figure>
|
Reference in New Issue
Block a user