wmantly
9d34ff96e2
Add a footer, move GitHub link out of the nav (#130)
proxy had no page footer at all — no copyright, no license link, no
build/version info — unlike sso-manager-node, which already had one
(now cleaned up in a matching change there). Bring the two in line:
- Added a footer to bottom.ejs: theta42 logo/link, "© <year> theta42"
with an MIT License link, a GitHub link, and build version/hash.
- Moved the GitHub icon link out of the top nav (where it competed
with actual navigation items) and into the new footer.
- Added nodejs/utils/build_info.js (buildVersion/buildHash/buildYear,
read once from package.json + git) and wired it into routes/render.js
so every page has the values the footer needs. Mirrors the same
helper added to sso-manager-node in the matching cleanup there.
- Copied the theta42.svg logo into nodejs/public/img/ (previously only
present in sso-manager-node) so both apps' footers render identically.
Verified by rendering top+bottom with the real ejs package: no
template errors, GitHub link present exactly once (in the footer, not
the nav), logo and MIT License link present. npm test: 192/192 pass
(unaffected — view-only + a new leaf utility module).
2026-07-14 20:55:11 -04:00
..
2026-07-11 11:47:08 -04:00
2026-07-14 20:55:11 -04:00
2020-12-22 20:20:15 -05:00
2026-07-10 23:55:56 -04:00
2026-07-11 12:01:54 -04:00
2026-07-11 15:41:28 -04:00
2026-07-14 01:12:02 -04:00
2025-12-31 19:28:26 -05:00
2026-02-25 19:30:54 -05:00
2026-07-11 15:41:28 -04:00
2026-07-11 11:38:09 -04:00
2026-07-10 23:55:56 -04:00
2026-07-11 10:54:15 -04:00
2026-07-10 13:22:12 -04:00
2024-07-30 20:37:09 -04:00
2025-12-31 17:26:24 -05:00