Add descriptions.
This commit is contained in:
parent
93c92ebd8a
commit
998de07e44
3 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: Sample Post
|
||||
description: "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
|
||||
category: articles
|
||||
tags: [intro, beginner, jekyll, tutorial]
|
||||
image:
|
||||
|
@ -19,7 +20,7 @@ image:
|
|||
|
||||
## HTML Elements
|
||||
|
||||
Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.
|
||||
Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.
|
||||
|
||||
# Heading 1
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
layout: post
|
||||
title: "Testing Readability with a Bunch of Text"
|
||||
tagline: "A bunch of hipster ipsum for ya head."
|
||||
description: "A ton of text to test readability."
|
||||
category: articles
|
||||
tags: [sample post, readability, test]
|
||||
---
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: "A Post with Images"
|
||||
description: "Examples and code for displaying images in posts."
|
||||
category: articles
|
||||
tags: [sample post, images, test]
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue