diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..1a2a978 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,11 @@ +.md-footer-social { + order: 1; +} + +.md-copyright { + order: 2; +} + +.md-footer-generator { + order: 3; +} diff --git a/mkdocs.yaml b/mkdocs.yaml index 2c9de24..6df1545 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -37,6 +37,9 @@ theme: - navigation.footer - navigation.tabs +extra_css: + - stylesheets/extra.css + extra: social: - icon: fontawesome/brands/github @@ -57,7 +60,6 @@ extra: copyright: > 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. - plugins: - glightbox - macros