tReadd trailing slash to baseURL, fix title hyperlink - 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 871d4962b6cc37051c76cba702dc8bd1cd718f57
 (DIR) parent 7febc33608e6f159f165450c12f410b781c88a48
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri,  2 Nov 2018 15:11:39 +0100
       
       Readd trailing slash to baseURL, fix title hyperlink
       
       Diffstat:
         M config.toml                         |       2 +-
         M themes/tale-mod/layouts/partials/h… |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (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"
 (DIR) diff --git a/themes/tale-mod/layouts/partials/header.html b/themes/tale-mod/layouts/partials/header.html
       t@@ -6,7 +6,7 @@
          <body>
                        <nav class="nav">
                                <div class="nav-container">
       -                        <a href="{{ .Site.BaseURL }}/">
       +                        <a href="{{ .Site.BaseURL }}">
                                        <h2 class="nav-title">{{ .Site.Title }}</h2>
                                </a>
                                <ul>