From dcba2153b11cd502dd14072f285074aaf8ce095a Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:14:42 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20home=20URL=20if=20site=20d?= =?UTF-8?q?eployed=20in=20sub-directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ layouts/_default/single.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fb67b..72cf2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgrade to Tailwind v3.1.8 ([#12](https://github.com/jpanther/lynx/pull/12), [#18](https://github.com/jpanther/lynx/pull/18)) - Upgrade to Typography v0.5.4 ([#16](https://github.com/jpanther/lynx/pull/16)) +### Fixed + +- Home link not pointing to correct URL when site deployed in a sub-directory + ## [1.2.0] - 2022-06-17 ### Added diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b549082..0a9a13f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,7 +1,7 @@ {{ define "main" }}