From 2281f57f6d820b34897d01ddf6a371198643196d Mon Sep 17 00:00:00 2001
From: Andrew <15331990+ahuang11@users.noreply.github.com>
Date: Thu, 8 Jun 2023 22:28:37 -0700
Subject: [PATCH 1/2] Move license and theme to footer
---
_config.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/_config.yml b/_config.yml
index dac91314..60b9881a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -59,7 +59,8 @@ sphinx:
launch_buttons:
binderhub_url: http://binder.mypythia.org
notebook_interface: jupyterlab
- extra_navbar: |
+ extra_navbar: ""
+ extra_footer: |
Theme by Project Pythia.
All code in Pythia Cookbooks is licensed under Apache 2.0. All other non-code content is licensed under Creative Commons BY 4.0 (CC BY 4.0).
logo_link: https://projectpythia.org
From 631ac83c811e6974119e4fc805e43ca005188035 Mon Sep 17 00:00:00 2001
From: Andrew <15331990+ahuang11@users.noreply.github.com>
Date: Wed, 12 Jul 2023 12:44:58 -0700
Subject: [PATCH 2/2] Update _config.yml
---
_config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_config.yml b/_config.yml
index 60b9881a..9317ca5e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -61,8 +61,8 @@ sphinx:
notebook_interface: jupyterlab
extra_navbar: ""
extra_footer: |
- Theme by Project Pythia.
- All code in Pythia Cookbooks is licensed under Apache 2.0. All other non-code content is licensed under Creative Commons BY 4.0 (CC BY 4.0).
+ Theme by Project Pythia.
+ All code in Pythia Cookbooks is licensed under Apache 2.0. All other non-code content is licensed under Creative Commons BY 4.0 (CC BY 4.0).
logo_link: https://projectpythia.org
navbar_links:
- name: Home