mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-03 05:59:23 +01:00
config: add https protocol at the baseURL value and remove the 1st forward slash in the url values of params.navlinks
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user