From 8d671089849d9dae19640ca89c6f071c95269675 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:01:10 -0400 Subject: [PATCH] docs: Added TODO. --- TODOS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODOS.md b/TODOS.md index d0478f1..e9d407d 100644 --- a/TODOS.md +++ b/TODOS.md @@ -1,6 +1,7 @@ ## High priority - Polish existing features before moving on to new ones. +- [ ] `{{>title}}` default partial? `{{site.title}} | {{ page.title }}` - [ ] implicit titles (Set when missing?) - [ ] create a default `head.html`. - [ ] html comments are rendered, except in minify mode.