Add more sample posts and pages to test theme
This commit is contained in:
18
_posts/2010-08-06-post-format-image-linked.md
Normal file
18
_posts/2010-08-06-post-format-image-linked.md
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "Post Format: Image (Linked)"
|
||||
date: 2010-08-06T08:09:39+00:00
|
||||
categories:
|
||||
- Post Formats
|
||||
tags:
|
||||
- image
|
||||
- Post Formats
|
||||
format: image
|
||||
---
|
||||
{% capture fig_img %}
|
||||
[](http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg)
|
||||
{% endcapture %}
|
||||
|
||||
<figure>
|
||||
{{ fig_img | markdownify }}
|
||||
<figcaption>Chunk of resinous blackboy husk, Clarkson, Western Australia. This burns like a spinifex log.</figcaption>
|
||||
</figure>
|
Reference in New Issue
Block a user