Skip to content

Commit f5edde5

Browse files
How to cite (ProjectPythia#418)
* add website to authors * add doi back * Update footer-menu.html * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 521ba4a commit f5edde5

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

_templates/footer-menu.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% set ext_icon = '<i class="fas fa-external-link-alt"></i>' %}
12
<div class="container-fluid footer-menu pt-4">
23
<div class="container">
34
<div class="row justify-content-center">
@@ -20,6 +21,11 @@ <h1>{{ _("About") }}</h1>
2021
>{{ _("The Project Team") }}</a
2122
>
2223
</li>
24+
<li>
25+
<a href="https://projectpythia.org/#how-to-cite"
26+
>{{ _("How to Cite") }}</a
27+
>
28+
</li>
2329
</ul>
2430
</div>
2531
<div class="col-9 col-sm-4 col-md-4 col-lg-3 footer-menu-col">
@@ -29,15 +35,8 @@ <h1>{{ _("Give Feedback") }}</h1>
2935
<a href="mailto:[email protected]">{{ _("Email us!") }}</a>
3036
</li>
3137
<li>
32-
<a
33-
href="https://github.com/ProjectPythia/projectpythia.github.io/discussions"
34-
>{{ _("Project Pythia Discussions") }}</a
35-
>
36-
</li>
37-
<li>
38-
<a
39-
href="https://github.com/ProjectPythia/pythia-foundations/discussions"
40-
>{{ _("Pythia Foundations Discussions") }}</a
38+
<a href="https://discourse.pangeo.io/c/education/project-pythia/60s"
39+
>{{ _("Pangeo Discourse") }}</a
4140
>
4241
</li>
4342
</ul>
@@ -50,12 +49,6 @@ <h1>{{ _("Contribute") }}</h1>
5049
>{{ _("How to contribute to Project Pythia") }}</a
5150
>
5251
</li>
53-
<li>
54-
<a
55-
href="https://foundations.projectpythia.org/appendix/how-to-contribute.html"
56-
>{{ _("How to contribute to Pythia Foundations") }}</a
57-
>
58-
</li>
5952
<li>
6053
<a href="https://projectpythia.org/code_of_conduct.html"
6154
>{{ _("Our code of conduct") }}</a

0 commit comments

Comments
 (0)