From c45727cb0fc39c5d1f3b6f810274a7657057a255 Mon Sep 17 00:00:00 2001 From: sampettitdesigns Date: Wed, 1 Mar 2017 00:22:18 +0000 Subject: About & Skills should use image set in config.toml About and Skills sections were ignoring the background image they were set to use in config.toml instead all sharing the image set for the Info section. Adjusts About.html and skills.html partials to correctly use the background images set in config.toml --- layouts/partials/about.html | 2 +- layouts/partials/skills.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/about.html b/layouts/partials/about.html index 0cc1b83..ad09814 100644 --- a/layouts/partials/about.html +++ b/layouts/partials/about.html @@ -3,7 +3,7 @@
{{ if eq .Site.Params.backgroundpersection true }} - + {{ end }}
diff --git a/layouts/partials/skills.html b/layouts/partials/skills.html index 795c599..1a8fa66 100644 --- a/layouts/partials/skills.html +++ b/layouts/partials/skills.html @@ -2,7 +2,7 @@
{{ if eq .Site.Params.backgroundpersection true }} - + {{ end }}
-- cgit v1.2.3