andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 7febc33608e6f159f165450c12f410b781c88a48
parent 7963ff2c8f1d134ab38b6a57af0bd085dac738d0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  2 Nov 2018 15:11:03 +0100

Remove trailing slash from baseURL

Diffstat:
Mconfig.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.toml b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://andersdamsgaard.com/" +baseURL = "https://andersdamsgaard.com" languageCode = "en-us" title = "Anders Damsgaard" theme = "tale-mod"