From 0bef55e81ba891acfc89b475e86860cd947f992d Mon Sep 17 00:00:00 2001 From: Stef Dunlap Date: Tue, 17 May 2022 22:35:01 -0400 Subject: [PATCH] Fixup css file path for tilde town --- config.toml | 1 + layouts/_default/baseof.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 }} - +