From f995f7313c805939e9dc09b0a02ad4e2865ab693 Mon Sep 17 00:00:00 2001 From: Track3 Date: Mon, 7 Jan 2019 20:39:51 +0800 Subject: Remove absURL for featuredImg & bgImg See #29 --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 900b3f7..cef2cba 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,6 +1,6 @@ {{ define "head" }} {{ if .Params.featuredImg -}} - + {{- else if .Params.images -}} {{- range first 1 .Params.images -}} -- cgit v1.2.3