Skip to content

Commit 2d64c6f

Browse files
committed
Add external image test post
1 parent fc426fd commit 2d64c6f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Layout: External Hero Image"
3+
image:
4+
path: https://source.unsplash.com/random/1024x600
5+
thumbnail: https://source.unsplash.com/random/400x300
6+
categories:
7+
- Layout
8+
tags:
9+
- content
10+
- image
11+
- layout
12+
last_modified_at: 2017-03-17T10:46:49-04:00
13+
---
14+
15+
This post should display a large hero image at the top of a page.
16+
17+
This post tests a horizontal image using the following YAML Front Matter:
18+
19+
```yaml
20+
image: https://source.unsplash.com/random/1024x600
21+
```
22+
23+
Hero images can also be assigned like this:
24+
25+
```yaml
26+
image:
27+
path: https://source.unsplash.com/random/1024x600
28+
```

0 commit comments

Comments
 (0)