From 379b0c811e135e1db0958afa020a717665206046 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 17 Mar 2017 11:52:28 -0400 Subject: [PATCH] Rename to intro to hero --- ...-intro-image.md => 2012-03-14-layout-hero-image.md} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename example/_posts/{2012-03-14-layout-intro-image.md => 2012-03-14-layout-hero-image.md} (62%) diff --git a/example/_posts/2012-03-14-layout-intro-image.md b/example/_posts/2012-03-14-layout-hero-image.md similarity index 62% rename from example/_posts/2012-03-14-layout-intro-image.md rename to example/_posts/2012-03-14-layout-hero-image.md index b1bd4b2..2d34e34 100644 --- a/example/_posts/2012-03-14-layout-intro-image.md +++ b/example/_posts/2012-03-14-layout-hero-image.md @@ -1,5 +1,5 @@ --- -title: "Layout: Intro Image" +title: "Layout: Hero Image" image: /assets/images/eder-oliveira-180877.jpg categories: - Layout @@ -7,10 +7,10 @@ tags: - content - image - 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: @@ -18,9 +18,9 @@ This post tests a horizontal image using the following YAML Front Matter: image: /assets/images/eder-oliveira-180877.jpg ``` -Intro images can also be assigned like this: +Hero images can also be assigned like this: ```yaml image: path: /assets/images/eder-oliveira-180877.jpg -``` \ No newline at end of file +```