Add Westgate global footer #8

Merged
archvillainette merged 1 commits from feature/global-footer into main 2026-06-26 13:56:40 +00:00
Owner

Summary

  • add the global Westgate footer partial under templates/partials/footer/
  • import scoped footer styles from theme.scss
  • include the footer design spec and powered-by HTML/CSS references
  • add a contract test for the footer integration and required links

Verification

  • node tests/global-footer-contract.test.js
  • node tests/global-topbar-contract.test.js
  • for test in tests/*.test.js; do node "$test"; done
  • npm test --if-present
  • git diff --check
## Summary - add the global Westgate footer partial under `templates/partials/footer/` - import scoped footer styles from `theme.scss` - include the footer design spec and powered-by HTML/CSS references - add a contract test for the footer integration and required links ## Verification - `node tests/global-footer-contract.test.js` - `node tests/global-topbar-contract.test.js` - `for test in tests/*.test.js; do node "$test"; done` - `npm test --if-present` - `git diff --check`
archvillainette added 1 commit 2026-06-26 12:59:40 +00:00
archvillainette scheduled this pull request to auto merge when all checks succeed 2026-06-26 13:56:34 +00:00
xtul approved these changes 2026-06-26 13:56:38 +00:00
archvillainette merged commit e2b10e6e13 into main 2026-06-26 13:56:40 +00:00
archvillainette deleted branch feature/global-footer 2026-06-26 13:56:40 +00:00
Sign in to join this conversation.