From 41bc705e3dfea95d1905a113015433aff9980a24 Mon Sep 17 00:00:00 2001 From: Vivek R Date: Thu, 19 Sep 2019 22:44:58 +0530 Subject: [PATCH] fix: use site.baseurl for assets url --- layouts/partials/header.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c190cb0..43c7770 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -18,13 +18,13 @@ {{- template "_internal/twitter_cards.html" . -}} - - + + {{- if and (isset .Site.Params "social") (isset .Site.Params "feathericonscdn") (eq .Site.Params.featherIconsCDN true) -}} {{- else if (isset .Site.Params "social") -}} - + {{- end -}} - +