From d76259f10885929a31e0254f1cb24ec50afab9f0 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 27 Mar 2022 22:48:48 +0200 Subject: end url's with a trailing slash Unable to find a good reference for this, perhaps old, habit. --- hugo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hugo') diff --git a/hugo/config.toml b/hugo/config.toml index 66718d0..2e17baf 100644 --- a/hugo/config.toml +++ b/hugo/config.toml @@ -1,5 +1,5 @@ title = "" -baseURL = "https://www.sigsum.org" +baseURL = "https://www.sigsum.org/" theme = "researcher" [params] @@ -20,7 +20,7 @@ theme = "researcher" [[params.socialIcons]] icon = "fas fa-envelope" title = "E-mail" - url = "https://lists.sigsum.org" + url = "https://lists.sigsum.org/" [menu] [[menu.main]] -- cgit v1.2.3