diff --git a/config.yml b/config.yml index a0f7e184b4..fb7e481cdd 100644 --- a/config.yml +++ b/config.yml @@ -1,5 +1,5 @@ title: "Digital.gov" -baseURL: "/" +baseURL: "https://digital.gov" languageCode: "en-us" theme: "digital.gov" themesDir: "./themes" @@ -157,5 +157,5 @@ menu: Weight: 2 - Name: "Contact Us" Identifier: "contact" - URL: "/about/contact/" + URL: "/about/contact/" Weight: 3 diff --git a/themes/digital.gov/layouts/partials/core/head.html b/themes/digital.gov/layouts/partials/core/head.html index 935768fd77..fc350f674d 100644 --- a/themes/digital.gov/layouts/partials/core/head.html +++ b/themes/digital.gov/layouts/partials/core/head.html @@ -117,7 +117,7 @@ content="{{- $.Params.summary | default $.Site.Params.description | markdownify -}}" /> - + diff --git a/themes/digital.gov/layouts/partials/core/notice-bar.html b/themes/digital.gov/layouts/partials/core/notice-bar.html index 394012897f..dd4c4f8c82 100644 --- a/themes/digital.gov/layouts/partials/core/notice-bar.html +++ b/themes/digital.gov/layouts/partials/core/notice-bar.html @@ -1,7 +1,7 @@ {{- $current := "https://digital.gov" -}} {{- if eq ($.Scratch.Get "env") "site" -}} {{- else -}} - {{- if eq (printf "%v" $.Site.BaseURL) "//localhost:1313/" -}} + {{- if eq (printf "%v" $.Site.BaseURL) "http://localhost:1313/" -}} {{- else -}}