chore: Url now stored on page.

This commit is contained in:
Spencer Brower
2026-07-19 12:01:55 -04:00
parent 4fc3eae64c
commit ac43ab1e5a
5 changed files with 21 additions and 11 deletions
+1
View File
@@ -250,6 +250,7 @@ render(tmpl, data, partials) → render_nodes (walks flat node array against con
## Design decisions
You may never, *ever* remove `TODO:` or `FIXME:` comments. Those are for humans, not machines.
See `HUGO.md` for analysis of why thor doesn't need Hugo's shortcode context isolation.
See `mustache/PARTIAL_INDENT.md` for whitespace handling analysis.
See `mustache/SPEC.md` for the original implementation specification.