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" }}