Rename to intro to hero

This commit is contained in:
Michael Rose 2017-03-17 11:52:28 -04:00
parent 85a69d0841
commit 379b0c811e
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: "Layout: Intro Image" title: "Layout: Hero Image"
image: /assets/images/eder-oliveira-180877.jpg image: /assets/images/eder-oliveira-180877.jpg
categories: categories:
- Layout - Layout
@ -7,10 +7,10 @@ tags:
- content - content
- image - image
- layout - layout
last_modified_at: 2017-03-13T22:06:24-04:00 last_modified_at: 2017-03-17T10:46:49-04:00
--- ---
This post should display an image in the introductory section of a page. This post should display a large hero image at the top of a page.
This post tests a horizontal image using the following YAML Front Matter: This post tests a horizontal image using the following YAML Front Matter:
@ -18,9 +18,9 @@ This post tests a horizontal image using the following YAML Front Matter:
image: /assets/images/eder-oliveira-180877.jpg image: /assets/images/eder-oliveira-180877.jpg
``` ```
Intro images can also be assigned like this: Hero images can also be assigned like this:
```yaml ```yaml
image: image:
path: /assets/images/eder-oliveira-180877.jpg path: /assets/images/eder-oliveira-180877.jpg
``` ```