Add more sample posts and pages to test theme

This commit is contained in:
Michael Rose
2016-02-24 11:55:03 -05:00
parent db1af329c5
commit 91d81afa53
35 changed files with 1479 additions and 0 deletions

View 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 %}
[![Foo](http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg)](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>