Skip to content

Commit

Permalink
How to cite (#418)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jukent and pre-commit-ci[bot] committed Aug 14, 2023
1 parent 1bdedb8 commit 0086518
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions _templates/footer-menu.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% set ext_icon = '<i class="fas fa-external-link-alt"></i>' %}
<div class="container-fluid footer-menu pt-4">
<div class="container">
<div class="row justify-content-center">
Expand All @@ -20,6 +21,11 @@ <h1>{{ _("About") }}</h1>
>{{ _("The Project Team") }}</a
>
</li>
<li>
<a href="https://projectpythia.org/#how-to-cite"
>{{ _("How to Cite") }}</a
>
</li>
</ul>
</div>
<div class="col-9 col-sm-4 col-md-4 col-lg-3 footer-menu-col">
Expand All @@ -29,15 +35,8 @@ <h1>{{ _("Give Feedback") }}</h1>
<a href="mailto:projectpythia@ucar.edu">{{ _("Email us!") }}</a>
</li>
<li>
<a
href="https://github.com/ProjectPythia/projectpythia.github.io/discussions"
>{{ _("Project Pythia Discussions") }}</a
>
</li>
<li>
<a
href="https://github.com/ProjectPythia/pythia-foundations/discussions"
>{{ _("Pythia Foundations Discussions") }}</a
<a href="https://discourse.pangeo.io/c/education/project-pythia/60s"
>{{ _("Pangeo Discourse") }}</a
>
</li>
</ul>
Expand All @@ -50,12 +49,6 @@ <h1>{{ _("Contribute") }}</h1>
>{{ _("How to contribute to Project Pythia") }}</a
>
</li>
<li>
<a
href="https://foundations.projectpythia.org/appendix/how-to-contribute.html"
>{{ _("How to contribute to Pythia Foundations") }}</a
>
</li>
<li>
<a href="https://projectpythia.org/code_of_conduct.html"
>{{ _("Our code of conduct") }}</a
Expand Down

0 comments on commit 0086518

Please sign in to comment.