-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed some remaining malaria references (from template) to typhiod.
- Loading branch information
Jonathan Bloedow
committed
Sep 28, 2023
1 parent
1e51ba2
commit 8578161
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{% extends '!breadcrumbs.html' %} | ||
{% block breadcrumbs %} | ||
<li><a href="https://idmod.org/documentation">IDM docs</a> »</li> | ||
<li><a href="{{ pathto(master_doc) }}">emodpy-malaria</a> »</li> | ||
<li><a href="{{ pathto(master_doc) }}">emodpy-typhoid</a> »</li> | ||
{% for doc in parents %} | ||
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li> | ||
{% endfor %} | ||
<li>{{ title }}</li> | ||
{% endblock %} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{% extends '!footer.html' %} | ||
{% block extrafooter %} | ||
<p>emodpy-malaria is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">Creative Commons | ||
<p>emodpy-typhoid is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">Creative Commons | ||
Attribution-ShareAlike 4.0 International License</a>.</p> | ||
<p>Send documentation feedback to <a href="mailto:[email protected]" target="_top">[email protected]</a></p> | ||
<p><a href="https://www.gatesfoundation.org/Privacy-and-Cookies-Notice">Privacy and Cookies Notice</a> | | ||
<a href="https://www.gatesfoundation.org/Terms-of-Use">Terms of Use</a></p> | ||
{% endblock %} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters