26 lines
512 B
Markdown
26 lines
512 B
Markdown
|
---
|
||
|
title: "Layout: Intro Image"
|
||
|
image: /assets/images/eder-oliveira-180877.jpg
|
||
|
categories:
|
||
|
- Layout
|
||
|
tags:
|
||
|
- content
|
||
|
- image
|
||
|
- layout
|
||
|
last_modified_at: 2017-03-13T22:06:24-04:00
|
||
|
---
|
||
|
|
||
|
This post should display an image in the introductory section of a page.
|
||
|
|
||
|
This post tests a horizontal image using the following YAML Front Matter:
|
||
|
|
||
|
```yaml
|
||
|
image: /assets/images/eder-oliveira-180877.jpg
|
||
|
```
|
||
|
|
||
|
Intro images can also be assigned like this:
|
||
|
|
||
|
```yaml
|
||
|
image:
|
||
|
path: /assets/images/eder-oliveira-180877.jpg
|
||
|
```
|