Skip to content

Commit d0ec806

Browse files
author
Matt Thompson
committed
Move social links above NSF disclaimer in footer
1 parent 65edc3d commit d0ec806

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.md-footer-social {
2+
order: 1;
3+
}
4+
5+
.md-copyright {
6+
order: 2;
7+
}
8+
9+
.md-footer-generator {
10+
order: 3;
11+
}

mkdocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ theme:
3737
- navigation.footer
3838
- navigation.tabs
3939

40+
extra_css:
41+
- stylesheets/extra.css
42+
4043
extra:
4144
social:
4245
- icon: fontawesome/brands/github
@@ -57,7 +60,6 @@ extra:
5760
copyright: >
5861
The Imageomics Institute is supported by the National Science Foundation under Award No. 2118240 "HDR Institute: Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning." Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
5962
60-
6163
plugins:
6264
- glightbox
6365
- macros

0 commit comments

Comments
 (0)