Sample post cleanup
This commit is contained in:
parent
0a79f95c60
commit
678fafd98d
6 changed files with 11 additions and 23 deletions
|
@ -7,4 +7,4 @@ tags:
|
|||
- Post Formats
|
||||
---
|
||||
|
||||
[![foo]({{http://wpthemetestdata.files.wordpress.com/2008/06/100_5540.jpg?w=604}})](http://wpthemetestdata.files.wordpress.com/2008/06/100_5540.jpg)
|
||||
[![foo](https://farm5.staticflickr.com/4073/4939853213_33ffc0290b_b.jpg)](https://flic.kr/p/8ww3fZ)
|
|
@ -8,10 +8,14 @@ tags:
|
|||
---
|
||||
|
||||
{% 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)
|
||||
[![Foo](https://farm5.staticflickr.com/4134/4940462712_7c28420b27_b.jpg)](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 }}
|
||||
<figcaption>Chunk of resinous blackboy husk, Clarkson, Western Australia. This burns like a spinifex log.</figcaption>
|
||||
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
|
||||
<figcaption>{{ fig_caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption>
|
||||
</figure>
|
|
@ -13,6 +13,6 @@ tags:
|
|||
{% endcapture %}
|
||||
|
||||
<figure>
|
||||
{{ fig_img | markdownify }}
|
||||
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
|
||||
<figcaption>Bell on wharf in San Francisco</figcaption>
|
||||
</figure>
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
title: "Template: Sticky"
|
||||
categories:
|
||||
- Uncategorized
|
||||
tags:
|
||||
- sticky
|
||||
- template
|
||||
---
|
||||
|
||||
This is a sticky post.
|
||||
|
||||
There are a few things to verify:
|
||||
|
||||
* The sticky post should be distinctly recognizable in some way in comparison to normal posts.
|
||||
* They should show at the very top of the blog index page, even though they could be several posts back chronologically.
|
||||
* They should still show up again in their chronologically correct position in time, but without the sticky indicator.
|
|
@ -10,7 +10,7 @@ tags:
|
|||
- template
|
||||
---
|
||||
|
||||
This is the post content. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content.
|
||||
This is the post content. Archive-index pages should display an auto-generated excerpt of this content.
|
||||
|
||||
<!--more-->
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Welcome to Jekyll!"
|
||||
header:
|
||||
teaser: "http://wpthemetestdata.files.wordpress.com/2008/06/100_5540.jpg?w=604"
|
||||
teaser: "https://farm5.staticflickr.com/4076/4940499208_b79b77fb0a_z.jpg"
|
||||
categories:
|
||||
- Jekyll
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue