From d0ec806838835732f98ed472ab2c0c30b919898f Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Thu, 21 Nov 2024 10:23:56 -0500 Subject: [PATCH] Move social links above NSF disclaimer in footer --- docs/stylesheets/extra.css | 11 +++++++++++ mkdocs.yaml | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/stylesheets/extra.css 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