Skip to content

Commit a761dee

Browse files
use abs paths in footer.md as well, but keep footer.md ref in site.yml as a relative path
1 parent b0cf880 commit a761dee

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

footer.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Site footer — referenced from myst.yml site.parts.footer
1+
% Site footer — referenced from site.yml
22

33
:::::{div}
44
:class: uco-footer col-screen
@@ -9,12 +9,12 @@
99
:::{div}
1010
:class: uco-footer-brand
1111

12-
```{image} static/images/uc-ospo-network-logo.svg
12+
```{image} https://raw.githubusercontent.com/UC-OSPO-Network/ucospo.net/refs/heads/main/static/images/logo.svg
1313
:alt: UC OSPO Network
1414
:class: uco-logo-dark
1515
```
1616

17-
```{image} static/images/uc-ospo-network-logo-light.svg
17+
```{image} https://raw.githubusercontent.com/UC-OSPO-Network/ucospo.net/refs/heads/main/static/images/uc-ospo-network-logo-light.svg
1818
:alt: UC OSPO Network
1919
:class: uco-logo-light
2020
```
@@ -23,18 +23,18 @@
2323

2424
:::{div}
2525
:class: uco-footer-nav
26-
[About](about/about.md)
27-
[Events](events/index.md)
28-
[Blog](posts/index.md)
29-
[Resources](oss-resources/index.md)
30-
[Contact](about/contact.md)
26+
[About](https://ucospo.net/about/about/)
27+
[Events](https://ucospo.net/events/)
28+
[Blog](https://ucospo.net/posts/)
29+
[Resources](https://ucospo.net/oss-resources/)
30+
[Contact](https://ucospo.net/about/contact/)
3131
:::
3232

3333
:::{div}
3434
:class: uco-footer-social
35-
[![GitHub](static/images/icons/github.svg)](https://github.com/UC-OSPO-Network/)
36-
[![Slack](static/images/icons/slack.svg)](https://join.slack.com/t/uc-ospo-network/shared_invite/zt-3ecp5b20z-ECL~4DkCUslB0t3mbH9xUg)
37-
[![RSS](static/images/icons/rss.svg)](/atom.xml)
35+
[![GitHub](https://raw.githubusercontent.com/UC-OSPO-Network/ucospo.net/refs/heads/main/static/images/icons/github.svg)](https://github.com/UC-OSPO-Network/)
36+
[![Slack](https://raw.githubusercontent.com/UC-OSPO-Network/ucospo.net/refs/heads/main/static/images/icons/slack.svg)](https://join.slack.com/t/uc-ospo-network/shared_invite/zt-3ecp5b20z-ECL~4DkCUslB0t3mbH9xUg)
37+
[![RSS](https://raw.githubusercontent.com/UC-OSPO-Network/ucospo.net/refs/heads/main/static/images/icons/rss.svg)](/atom.xml)
3838
:::
3939

4040
::::

site.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ site:
88
style: https://raw.githubusercontent.com/UC-OSPO-Network/ucospo.net/refs/heads/main/static/css/custom.css
99
logo_text: "UC OSPO Network"
1010
hide_footer_links: true
11+
internal_domains: ucospo.net
1112
template: book-theme
1213
parts:
13-
footer: https://raw.githubusercontent.com/UC-OSPO-Network/ucospo.net/refs/heads/main/footer.md
14+
footer: footer.md

0 commit comments

Comments
 (0)