diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7226a4e..78b24bd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseurl = "//example.com/" +baseurl = "https://example.com/" title = "console-demo" theme = "hugo-theme-console" languageCode = "en-us" @@ -6,11 +6,11 @@ languageCode = "en-us" [params] [[params.navlinks]] name = "about/" - url = "/about/" + url = "about/" [[params.navlinks]] name = "posts/" - url = "/posts/" + url = "posts/" [[params.navlinks]] name = "photos/" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2c71714..00fdf16 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -33,7 +33,7 @@