From 8404227c22179053fac938f3df84418e32186f40 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:44:13 -0400 Subject: [PATCH] chore: Minor fixes. --- TODOS.md | 1 + site/content/docs.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODOS.md b/TODOS.md index 700111e..75e977a 100644 --- a/TODOS.md +++ b/TODOS.md @@ -3,6 +3,7 @@ - Polish existing features before moving on to new ones. - [ ] implicit titles (Set when missing?) - [ ] create a default `head.html`. +- [ ] [aliases](https://gohugo.io/methods/page/aliases/#redirects)? - [ ] Improve diagnostics - [x] keep track of every error and don't report them more than once. - [ ] `*` make sure the frontmatter parser has good diagnostics. diff --git a/site/content/docs.md b/site/content/docs.md index 1c4aa98..977f694 100644 --- a/site/content/docs.md +++ b/site/content/docs.md @@ -7,7 +7,7 @@ ## Introduction -This guide assumes you have either read [The Guide](./the-guide), or have built a [Hugo](https://gohugo.io) site before. It also assumes you have a basic knowledge of HTML and CSS. +This guide assumes you have either read [The Guide](../guide), or have built a [Hugo](https://gohugo.io) site before. It also assumes you have a basic knowledge of HTML and CSS. ## Features