From db3bdd9512f7fc0dd3bd2ee1541e82ce92487f4f Mon Sep 17 00:00:00 2001 From: Mike DeCrescenzo Date: Thu, 26 Jul 2018 15:29:52 -0500 Subject: image relURL on single pages (address #69) (#70) Images in static directory were not displaying on single pages within the /projects/ folder. Including of relURL makes them appear. --- layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0371fcc..55910d6 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -23,7 +23,7 @@ {{ if .Params.image }}
- +
{{ end }} {{ .Content }} @@ -59,4 +59,4 @@ }) - \ No newline at end of file + -- cgit v1.2.3