This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Commit 11d0283
authored
Add 'All Repos' nav link back to homepage (#14)
* fix: use Tree.Root.String() for JS/CSS extraction to avoid html/template escaping
RenderJS() and RenderCSS() were running static assets through
html/template's Execute(), which HTML-escapes < to < in the output.
This broke all for-loops and comparisons in main.js (8 instances),
causing a syntax error that prevented all D3 graphs from rendering.
Same root cause as the template.HTML → template.JS fix: the
text/template → html/template migration in 8f1470b.
* Add 'All Repos' link to site header navigation
Adds a link back to repos.supermodeltools.com as the first item
in the nav bar on every page. Styled with accent color and a
subtle right border to separate it from the in-repo nav links.1 parent 1e08478 commit 11d0283
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments