diff --git a/themes/nluug/layouts/partials/schemas/schema_Organization.html b/themes/nluug/layouts/partials/schemas/schema_Organization.html index 2260687..17c0105 100644 --- a/themes/nluug/layouts/partials/schemas/schema_Organization.html +++ b/themes/nluug/layouts/partials/schemas/schema_Organization.html @@ -1,8 +1,26 @@ +{{ $logoresource := resources.Get ($.Site.Params.logoNormal | replaceRE "^/" "") }} diff --git a/themes/nluug/layouts/partials/schemas/schema_WebSite.html b/themes/nluug/layouts/partials/schemas/schema_WebSite.html index 4e68451..e300a07 100644 --- a/themes/nluug/layouts/partials/schemas/schema_WebSite.html +++ b/themes/nluug/layouts/partials/schemas/schema_WebSite.html @@ -1,5 +1,7 @@ {{ $baseUrl := .Site.BaseURL }} {{ $location := index .Site.Data.location .Site.Params.primarylocation }} +{{ $logoresource := resources.Get ($.Site.Params.logoNormal | replaceRE "^/" "") }} +