Introduction
Introduction Statistics Contact Development Disclaimer Help
tReadd trailing slash to baseURL, fix title hyperlink - andersdamsgaard.com - m…
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 871d4962b6cc37051c76cba702dc8bd1cd718f57
parent 7febc33608e6f159f165450c12f410b781c88a48
Author: Anders Damsgaard <[email protected]>
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(-)
---
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"
diff --git a/themes/tale-mod/layouts/partials/header.html b/themes/tale-mod/lay…
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>
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.