Commit 3295ceb
authored
fix(docs): restore site footer after mystmd conversion (#801)
The mystmd migration ported the footer styling in assets/css/site.css
(the `.footer` / `.outer-grid` rules, including the site-title heading)
but never added the footer content part. In the book-theme the
site-wide footer is a content part wired via `site.parts.footer`, which
was missing from config/scientific-python.yml — so no `<footer>` was
rendered and the site title that lives inside it disappeared.
Add docs/footer.md (site title, maintainer blurb, and links) and wire it
up with `site.parts.footer`, matching the upstream scientific-python-myst
-theme layout the CSS already expects.
Assisted-by: ClaudeCode:claude-opus-4.81 parent 1c716bb commit 3295ceb
2 files changed
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments