Skip to content

Commit 34ca9a6

Browse files
authored
Merge pull request ProjectPythia#10 from jukent/main
Add theme info to footer
2 parents 0741d20 + 828b737 commit 34ca9a6

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ sphinx:
7777
footer_start:
7878
- footer-logos
7979
- footer-info
80-
80+
- footer-extra

_static/footer-logo-nsf.png

9.89 KB
Loading

_templates/footer-extra.html

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<div class="container-fluid footer-extra">
2+
<div class="container">
3+
<center>
4+
Theme by <a href="https://projectpythia.org">Project Pythia</a>. All code
5+
in Pythia Cookbooks is licensed under
6+
<a href="https://opensource.org/license/apache-2-0">Apache 2.0</a>. All
7+
other non-code content is licensed under
8+
<a href="https://creativecommons.org/licenses/by/4.0/">
9+
Creative Commons BY 4.0 (CC BY 4.0)</a
10+
>.
11+
</center>
12+
<br /><br />
13+
<div class="row">
14+
<p class="m-0">
15+
<img
16+
src="{{ pathto('_static/footer-logo-nsf.png', 1) }}"
17+
style="float: left; width: 60px; height: 60px; margin-right: 1rem"
18+
/>
19+
This material is based upon work supported by the National Science
20+
Foundation under Grant Nos. 2026863 and 2026899. Any opinions, findings,
21+
and conclusions or recommendations expressed in this material are those
22+
of the author(s) and do not necessarily reflect the views of the
23+
National Science Foundation.
24+
</p>
25+
</div>
26+
</div>
27+
</div>

0 commit comments

Comments
 (0)