diff --git a/config.toml b/config.toml index 4417252..20c85f1 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,7 @@ baseURL = 'https://kindrobot.ca/' languageCode = 'en-ca' title = 'kindrobot.ca' +relativeURLs = true enableEmoji = true [markup] diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 70004a9..4c7fc11 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,7 +5,7 @@ {{ block "title" . }} {{ .Site.Title }} {{ end }} - +