diff --git a/themes/beaver/static/style.css b/static/assets/css/style.css similarity index 99% rename from themes/beaver/static/style.css rename to static/assets/css/style.css index 9e682f749..c904c9d21 100644 --- a/themes/beaver/static/style.css +++ b/static/assets/css/style.css @@ -178,3 +178,4 @@ Appearance > Theme Settings > Code or create a child theme. color: rgb(28, 100, 242); background-color: rgb(235, 245, 255); } + diff --git a/themes/beaver/layouts/partials/page/header.html b/themes/beaver/layouts/partials/page/header.html index a8d7c60e5..2395ed4a7 100644 --- a/themes/beaver/layouts/partials/page/header.html +++ b/themes/beaver/layouts/partials/page/header.html @@ -91,16 +91,16 @@ {{ else if eq .Type "use-cases" }} - + {{ else if eq .Params.slug "blog" }} {{ else if .IsHome }} - + - - + + {{ else if eq .Params.slug "contact-us" }} {{ else if eq .Params.slug "about-us" }} @@ -111,10 +111,10 @@ {{ if eq .Params.slug "careers" }} - + {{ else if .IsHome }} - + {{ else if eq .Params.slug "clients" }} @@ -156,8 +156,11 @@ })(window,document,'script','dataLayer','GTM-NNP7VJJ'); - + {{ $style := resources.Get "/assets/css/style.css" | minify | fingerprint }} + + + @@ -234,7 +237,7 @@