Remove prepend: "/" from includes and add to image path's instead
This commit is contained in:
@@ -6,7 +6,7 @@ date: 2016-03-23T11:48:41-04:00
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.5"
|
||||
overlay_image: assets/images/unsplash-image-1.jpg
|
||||
overlay_image: /assets/images/unsplash-image-1.jpg
|
||||
cta_label: "Download"
|
||||
cta_url: "https://github.com/mmistakes/minimal-mistakes/"
|
||||
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
|
||||
@@ -18,18 +18,18 @@ feature_row:
|
||||
alt: "placeholder image 1"
|
||||
title: "Placeholder 1"
|
||||
excerpt: "This is some sample content that goes here with **Markdown** formatting."
|
||||
- image_path: assets/images/unsplash-gallery-image-2-th.jpg
|
||||
- image_path: /assets/images/unsplash-gallery-image-2-th.jpg
|
||||
alt: "placeholder image 2"
|
||||
title: "Placeholder 2"
|
||||
excerpt: "This is some sample content that goes here with **Markdown** formatting."
|
||||
url: "#test-link"
|
||||
btn_label: "Read More"
|
||||
btn_class: "btn--inverse"
|
||||
- image_path: assets/images/unsplash-gallery-image-3-th.jpg
|
||||
- image_path: /assets/images/unsplash-gallery-image-3-th.jpg
|
||||
title: "Placeholder 3"
|
||||
excerpt: "This is some sample content that goes here with **Markdown** formatting."
|
||||
feature_row2:
|
||||
- image_path: assets/images/unsplash-gallery-image-2-th.jpg
|
||||
- image_path: /assets/images/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. Left aligned with `type="left"`'
|
||||
@@ -37,7 +37,7 @@ feature_row2:
|
||||
btn_label: "Read More"
|
||||
btn_class: "btn--inverse"
|
||||
feature_row3:
|
||||
- image_path: assets/images/unsplash-gallery-image-2-th.jpg
|
||||
- image_path: /assets/images/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. Right aligned with `type="right"`'
|
||||
@@ -45,7 +45,7 @@ feature_row3:
|
||||
btn_label: "Read More"
|
||||
btn_class: "btn--inverse"
|
||||
feature_row4:
|
||||
- image_path: assets/images/unsplash-gallery-image-2-th.jpg
|
||||
- image_path: /assets/images/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. Centered with `type="center"`'
|
||||
|
||||
Reference in New Issue
Block a user