Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ijsucceed/onepress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Succeed <ikwuje24@gmail.com>2019-01-05 00:33:43 +0300
committerGitHub <noreply@github.com>2019-01-05 00:33:43 +0300
commitdc39063aa82af4405ae5c2ff836ce639b45930c2 (patch)
tree63cc517c64f1e537af418cc996ef2746171d4043
parent5c9b8b9f2d7e2a8a7f3212c3a6f46b0ed55e6c96 (diff)
Remove front slash from featuredImage
-rw-r--r--exampleSite/content/post/creating-a-new-theme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/post/creating-a-new-theme.md b/exampleSite/content/post/creating-a-new-theme.md
index 8ebcd3a..0237610 100644
--- a/exampleSite/content/post/creating-a-new-theme.md
+++ b/exampleSite/content/post/creating-a-new-theme.md
@@ -3,7 +3,7 @@ author: "Michael Henderson"
date: 2014-09-28
linktitle: Creating a New Theme
title: Creating a New Theme
-featuredImage: "/images/hugo-home.png"
+featuredImage: "images/hugo-home.png"
---