We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc426fd commit 2d64c6fCopy full SHA for 2d64c6f
example/_posts/2012-03-12-layout-external-hero-image.md
@@ -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
26
27
28
0 commit comments