summaryrefslogtreecommitdiff
path: root/internal/generator/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/generator/doc.go')
-rw-r--r--internal/generator/doc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/generator/doc.go b/internal/generator/doc.go
index ad974ad..d7d4a53 100644
--- a/internal/generator/doc.go
+++ b/internal/generator/doc.go
@@ -9,7 +9,8 @@
// - themes.go — Theme registry (name → template string) and getTheme /
// ListThemes for the CLI.
// - theme_*.go — One file per visual theme: full-page HTML that invokes
-// {{template "splashGate"}}, {{template "navhints" .}}, {{template "navmodal" .}},
+// {{template "navSharedCSSInner"}} inside <style>, then {{template "splashGate"}},
+// {{template "navhints" .}}, {{template "navmodal" .}},
// {{template "navscript" .}}.
// - shared.go — navDefs: shared {{define}} blocks merged at parse time with
// the chosen theme so a single html/template parse sees every name.