aboutsummaryrefslogtreecommitdiff
path: root/hugo
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2022-03-27 22:48:48 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-03-27 22:48:48 +0200
commitd76259f10885929a31e0254f1cb24ec50afab9f0 (patch)
tree070814efb2278488d50cd0d3549dec56b6d5979e /hugo
parent5d5e829fd210c1d56ac67511b669e89913f85720 (diff)
end url's with a trailing slash
Unable to find a good reference for this, perhaps old, habit.
Diffstat (limited to 'hugo')
-rw-r--r--hugo/config.toml4
1 files changed, 2 insertions, 2 deletions
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]]