Add external image test post

This commit is contained in:
Michael Rose 2021-07-05 20:55:10 -04:00
parent fc426fd280
commit 2d64c6f69f
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
---
title: "Layout: External Hero Image"
image:
path: https://source.unsplash.com/random/1024x600
thumbnail: https://source.unsplash.com/random/400x300
categories:
- Layout
tags:
- content
- image
- layout
last_modified_at: 2017-03-17T10:46:49-04:00
---
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:
```yaml
image: https://source.unsplash.com/random/1024x600
```
Hero images can also be assigned like this:
```yaml
image:
path: https://source.unsplash.com/random/1024x600
```