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`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
templates/partials/footer/theme.scssVerification
node tests/global-footer-contract.test.jsnode tests/global-topbar-contract.test.jsfor test in tests/*.test.js; do node "$test"; donenpm test --if-presentgit diff --check