From 9f63281751fdda8ccb460ffa1bb5751118e5d1fb Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 25 Mar 2016 08:58:30 -0400 Subject: [PATCH] Add notes about feature_row type used --- _pages/splash-page.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_pages/splash-page.md b/_pages/splash-page.md index c0a34d49..8bfbd155 100644 --- a/_pages/splash-page.md +++ b/_pages/splash-page.md @@ -11,7 +11,7 @@ header: caption: "Photo credit: [**Unsplash**](https://unsplash.com)" excerpt: "Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop." intro: - - excerpt: "Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin." + - excerpt: 'Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin. Centered with `type="center"`' feature_row: - image_path: unsplash-gallery-image-1-th.jpg alt: "placeholder image 1" @@ -31,7 +31,7 @@ feature_row2: - image_path: unsplash-gallery-image-2-th.jpg alt: "placeholder image 2" title: "Placeholder Image Left Aligned" - excerpt: "This is some sample content that goes here with **Markdown** formatting." + excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"`' url: "#test-link" btn_label: "Read More" btn_class: "btn--inverse btn--large" @@ -39,7 +39,7 @@ feature_row3: - image_path: unsplash-gallery-image-2-th.jpg alt: "placeholder image 2" title: "Placeholder Image Right Aligned" - excerpt: "This is some sample content that goes here with **Markdown** formatting." + excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type="right"`' url: "#test-link" btn_label: "Read More" btn_class: "btn--inverse btn--large" @@ -47,7 +47,7 @@ feature_row4: - image_path: unsplash-gallery-image-2-th.jpg alt: "placeholder image 2" title: "Placeholder Image Center Aligned" - excerpt: "This is some sample content that goes here with **Markdown** formatting." + excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type="center"`' url: "#test-link" btn_label: "Read More" btn_class: "btn--inverse btn--large"