Remove leading forward slash on all featuredImage values in exampleSite

This commit is contained in:
Joe Hutchinson
2019-01-08 11:06:06 -05:00
parent f70edfd9a3
commit cc36cd18ea
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ title: "Aether Features"
date: 2018-12-19T10:35:35-05:00 date: 2018-12-19T10:35:35-05:00
description: "Hugo combined with the Aether theme turns easy to write markdown into powerful web pages. KaTeX, Highlight.js, and Hugo provides the ability to create mathmatical symobols, equations, highlighted code, tables, lists, and much more." description: "Hugo combined with the Aether theme turns easy to write markdown into powerful web pages. KaTeX, Highlight.js, and Hugo provides the ability to create mathmatical symobols, equations, highlighted code, tables, lists, and much more."
categories: ["Features"] categories: ["Features"]
featuredImage: "/img/mdd-iphone.jpg" featuredImage: "img/mdd-iphone.jpg"
dropCap: true dropCap: true
displayInMenu: false displayInMenu: false
displayInList: true displayInList: true

View File

@@ -3,7 +3,7 @@ title: "Aether: A Clean Theme for Hugo"
date: 2018-05-02T14:33:42-04:00 date: 2018-05-02T14:33:42-04:00
description: " Aether is new theme for Hugo that emphasizes motion, material, and depth as design elements. Distracting styling and page elements are forgone to focus on the content." description: " Aether is new theme for Hugo that emphasizes motion, material, and depth as design elements. Distracting styling and page elements are forgone to focus on the content."
categories: ["Web-Dev"] categories: ["Web-Dev"]
featuredImage: "/img/mdd-macbook.jpg" featuredImage: "img/mdd-macbook.jpg"
dropCap: true dropCap: true
displayInMenu: false displayInMenu: false
displayInList: true displayInList: true

View File

@@ -2,7 +2,7 @@
author: "Michael Henderson" author: "Michael Henderson"
date: 2014-09-28 date: 2014-09-28
title: Creating a New Theme title: Creating a New Theme
featuredImage: "/img/nyc.jpg" featuredImage: "img/nyc.jpg"
dropCap: true dropCap: true
displayInMenu: false displayInMenu: false
displayInList: true displayInList: true

View File

@@ -1,6 +1,6 @@
+++ +++
title = "(Hu)go Template Primer" title = "(Hu)go Template Primer"
featuredImage = "/img/lucas-benjamin-565254-unsplash.jpg" featuredImage = "img/lucas-benjamin-565254-unsplash.jpg"
displayInMenu = false displayInMenu = false
displayInList = true displayInList = true
draft = false draft = false

View File

@@ -1,6 +1,6 @@
+++ +++
title = "Getting Started with Hugo" title = "Getting Started with Hugo"
featuredImage = "/img/andrew-neel-609846-unsplash.jpg" featuredImage = "img/andrew-neel-609846-unsplash.jpg"
displayInMenu = false displayInMenu = false
displayInList = true displayInList = true
draft = false draft = false

View File

@@ -1,6 +1,6 @@
--- ---
date: 2014-03-10 date: 2014-03-10
featuredImage: "/img/yan-ots-257617-unsplash.jpg" featuredImage: "img/yan-ots-257617-unsplash.jpg"
displayInMenu: false displayInMenu: false
displayInList: true displayInList: true
draft: false draft: false