diff --git a/_config.yml b/_config.yml index cff957a..7811713 100644 --- a/_config.yml +++ b/_config.yml @@ -16,10 +16,8 @@ theme_variables: theme_color: 205a86 topnav: brand_logo: assets/img/main_logo.svg - #privacy_statement_url: https://elixir-europe.org/privacy fonts: - https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap - # - https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap exclude: - README.md @@ -30,14 +28,6 @@ exclude: - LICENSE defaults: - - - scope: - path: "" - type: "pages" - values: - permalink: "/:basename" - layout: "page" - sidebar: main - scope: path: "pages/lifecycle" @@ -58,18 +48,7 @@ defaults: type: "resource_page" layout: "resource_page" sidebar: resources - - - scope: - path: "pages/about" - values: - type: "pages" - sidebar: about - - - scope: - path: "pages/contribute" - values: - type: "pages" - sidebar: contribute + plugins: - jemoji diff --git a/_data/footer.yml b/_data/footer.yml index ab99cac..884fde1 100644 --- a/_data/footer.yml +++ b/_data/footer.yml @@ -1,4 +1,4 @@ -copyright: 'This site uses Cookies. We use cookies to help the website run effectively. To find out more, read our [Privacy](https://elixir-europe.org/privacy) and [Cookies](https://elixir-europe.org/cookies) statements.' +copyright: '© ELIXIR Training Platform' columns: - type: image image_width: 120px @@ -12,3 +12,5 @@ columns: url: /contributors - url_text: Acknowledgments url: /contact + - url_text: Contribute + url: "pages/contribute" \ No newline at end of file diff --git a/_data/sidebars/about.yml b/_data/sidebars/about.yml index 8782e66..2bb88a4 100644 --- a/_data/sidebars/about.yml +++ b/_data/sidebars/about.yml @@ -17,5 +17,3 @@ subitems: url: /outreach - title: Accessibility url: /accessibility - - title: Privacy - url: /privacy diff --git a/_data/sidebars/lifecycle.yml b/_data/sidebars/lifecycle.yml index de48408..037274f 100644 --- a/_data/sidebars/lifecycle.yml +++ b/_data/sidebars/lifecycle.yml @@ -1,4 +1,4 @@ -title: Lifecycle +title: Training Lifecycle title_url: /lifecycle subitems: - title: Plan diff --git a/_data/topnav.yml b/_data/topnav.yml index 8cca388..ff2d245 100644 --- a/_data/topnav.yml +++ b/_data/topnav.yml @@ -1,13 +1,10 @@ ## ## if you want to list an external url, use external_url instead of url. the theme will apply a different link base. subitems: - - title: Main - url: /index - - title: Lifecycle + - title: Training Lifecycle url: /lifecycle - title: Resources url: /resources - title: About url: /about - - title: Contribute - url: /how_to_contribute + diff --git a/_includes/dev-info.html b/_includes/dev-info.html deleted file mode 100644 index e69de29..0000000 diff --git a/_includes/index/lifecycle.html b/_includes/index/lifecycle.html index 21a2989..8a47120 100644 --- a/_includes/index/lifecycle.html +++ b/_includes/index/lifecycle.html @@ -1,6 +1,6 @@