From 93e0ded08d809cc6b9b6b38a49d85fad44561d58 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 18 Dec 2018 21:39:01 +1300 Subject: fixed image paths --- exampleSite/content/post/hugoisforlovers.md | 3 +-- layouts/_default/baseof.html | 6 +++--- layouts/_default/list.html | 2 +- layouts/partials/sidebar-about-me.html | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/post/hugoisforlovers.md index e148dd8..2ceb274 100644 --- a/exampleSite/content/post/hugoisforlovers.md +++ b/exampleSite/content/post/hugoisforlovers.md @@ -13,8 +13,7 @@ categories = [ "golang", ] menu = "main" -featureImage = "/images/hugo-logo.png" -featureText = "FOO" +featureImage = "images/hugo-logo.png" +++ First, go to [Hugo releases](https://github.com/spf13/hugo/releases) and download the diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 44dda54..bc1fc9d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,8 +9,8 @@ {{ block "title" . }}{{ with .Params.Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }} - - + + @@ -27,7 +27,7 @@