From b4cce7043f3d59e55aad9a14ede840f321bee77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sat, 29 Oct 2022 19:11:34 +0100 Subject: [PATCH] fixed broken author links --- exampleSite/config/_default/config.toml | 2 +- layouts/_default/single.html | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml index 9e99e1b8..a933db89 100644 --- a/exampleSite/config/_default/config.toml +++ b/exampleSite/config/_default/config.toml @@ -3,7 +3,7 @@ # https://nunocoracao.github.io/blowfish/docs/getting-started/ theme = "blowfish" -baseURL = "https://nunocoracao.github.io/blowfish/" +baseURL = "https://nunocoracao.github.io/blowfish" defaultContentLanguage = "en" enableRobotsTXT = true diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e5692f27..916aef89 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -31,7 +31,7 @@
{{ partial "series.html" . }} {{ .Content | emojify }} -


+

{{ partial "series-closed.html" . }}