Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,13 @@ markdown_extensions:
extra:
footer_sections:
- name: "About us"
link: docs/home/teams
- name: "Support"
link: docs/help
link: home/teams
- name: "Get help"
link: help
- name: "Acknowledging Mila"
link: home/acknowledgement
- name: "Mila intranet"
link: https://sites.google.com/mila.quebec/mila-intranet

analytics:
provider: google
Expand Down
2 changes: 1 addition & 1 deletion overrides/mila_footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% for section in config.extra.footer_sections %}
<a href="/{{ section.link }}">{{ section.name }}</a>
<a href="{{ section.link | url }}">{{ section.name }}</a>
{% endfor %}
Loading