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 871d4962b6cc37051c76cba702dc8bd1cd718f57
parent 7febc33608e6f159f165450c12f410b781c88a48
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  2 Nov 2018 15:11:39 +0100

Readd trailing slash to baseURL, fix title hyperlink

Diffstat:
Mconfig.toml | 2+-
Mthemes/tale-mod/layouts/partials/header.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

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" diff --git a/themes/tale-mod/layouts/partials/header.html b/themes/tale-mod/layouts/partials/header.html @@ -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>