From 452196082424240270f370f9627103cf0a2937d4 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:28:44 -0400 Subject: [PATCH] docs: Updated TODOS. --- TODOS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TODOS.md b/TODOS.md index dfe8f9f..82ec02c 100644 --- a/TODOS.md +++ b/TODOS.md @@ -13,3 +13,18 @@ - [ ] OpenGraph meta tags - [ ] Search up for `thor.json` files. - [ ] Partials inside sections still produce duplicate items — a fundamental issue with the mustache library's token handling. +- [ ] OpenGraph meta tags — verify all fields match production site +- [ ] Review every file in thor + - [ ] Review alerts.odin + - [ ] Review config.odin + - [ ] Review content.odin + - [ ] Review emoji.odin + - [ ] Review feed.odin + - [ ] Review footnotes.odin + - [ ] Review frontmatter.odin + - [ ] Review icons.odin + - [ ] Review main.odin + - [ ] Review main_test.odin + - [ ] Review mustache_test.odin + - [ ] Review render.odin + - [ ] Review site.odin