tRemove trailing slash from baseURL - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7febc33608e6f159f165450c12f410b781c88a48
 (DIR) parent 7963ff2c8f1d134ab38b6a57af0bd085dac738d0
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri,  2 Nov 2018 15:11:03 +0100
       
       Remove trailing slash from baseURL
       
       Diffstat:
         M config.toml                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.toml b/config.toml
       t@@ -1,4 +1,4 @@
       -baseURL = "https://andersdamsgaard.com/"
       +baseURL = "https://andersdamsgaard.com"
        languageCode = "en-us"
        title = "Anders Damsgaard"
        theme = "tale-mod"