tRemove trailing slash - 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 5b973a74e8c42e87007a1ec68c3efe6488ddf7e8
 (DIR) parent ebac5f83fc1dcba1dce92c96cc2178ca7da78fef
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  5 Nov 2018 14:42:10 +0100
       
       Remove trailing slash
       
       Diffstat:
         M themes/tale-mod/layouts/partials/h… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/themes/tale-mod/layouts/partials/head.html b/themes/tale-mod/layouts/partials/head.html
       t@@ -18,7 +18,7 @@
                <script type="text/javascript">
                    if (window.location.href.indexOf("andersdamsgaard.dk") > -1) {
                        url=window.location.href;
       -                url=url.replace("andersdamsgaard.dk","andersdamsgaard.com/da/");
       +                url=url.replace("andersdamsgaard.dk","andersdamsgaard.com/da");
                        window.location.replace(url);
                    }
                </script>