Skip to content

Commit a92359c

Browse files
ahuang11Andrew Huangpre-commit-ci[bot]
authored
Move license to footer (#400)
* Move license to footer * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Andrew Huang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1444d12 commit a92359c

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

_config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ bibtex_bibfiles:
7676
# use_issues_button: true
7777
# use_repository_button: true
7878
# use_edit_page_button: true
79-
# extra_navbar: |
80-
# Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br>
81-
# All code in Pythia Foundations is licensed under Apache 2.0. All other non-code content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons BY 4.0 (CC BY 4.0)</a>.
8279
# extra_footer: |
8380
# <img src="/_static/footer-logo-nsf.png" style="float:left;width:60px;height:60px;margin-right:1rem;">
8481
# This material is based upon work supported by the National
8582
# Science Foundation under Grant Nos. 2026863 and 2026899. Any
8683
# opinions, findings, and conclusions or recommendations expressed
8784
# in this material are those of the author(s) and do not necessarily
88-
# reflect the views of the National Science Foundation.
85+
# reflect the views of the National Science Foundation.<br><br>
86+
# Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br>
87+
# All code in Pythia Foundations is licensed under Apache 2.0. All other non-code content is licensed
88+
# under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons BY 4.0 (CC BY 4.0)</a>.
8989

9090
sphinx:
9191
config:
@@ -115,8 +115,6 @@ sphinx:
115115
binderhub_url: https://mybinder.org
116116
notebook_interface: jupyterlab
117117
extra_navbar: |
118-
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
119-
All code in Pythia Foundations is licensed under Apache 2.0. All other non-code content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons BY 4.0 (CC BY 4.0)</a>.<br><br>
120118
We want your feedback! Fill out this <a href="https://docs.google.com/forms/d/e/1FAIpQLSeVa1TC9xM-dk7qIE2e8bsgSrIP82yYDNw3wew3J46eREJa4w/viewform?usp=sf_link">Google Form</a>
121119
or see our <a href="https://foundations.projectpythia.org/appendix/how-to-contribute.html">Contributor's Guide</a>.
122120
logo_link: https://projectpythia.org

_templates/footer-extra.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<div class="container-fluid footer-extra">
22
<div class="container">
3+
<center>
4+
Theme by <a href="https://projectpythia.org">Project Pythia</a>. All code
5+
in Pythia Foundations is licensed under Apache 2.0. All other non-code
6+
content is licensed under
7+
<a href="https://creativecommons.org/licenses/by/4.0/">
8+
Creative Commons BY 4.0 (CC BY 4.0)</a
9+
>.
10+
</center>
11+
<br /><br />
312
<div class="row">
413
<p class="m-0">
514
<img

0 commit comments

Comments
 (0)