diff --git a/_config.yml b/_config.yml index 41f4fca..62e1ed1 100644 --- a/_config.yml +++ b/_config.yml @@ -17,11 +17,9 @@ navbar-links: Home: "index" ESMValTool: - About: "about" - - Documentation: "documentation" - Gallery: "gallery" - References: "references" - Roadmap: "roadmap" - - Tutorials: "tutorials" - License: "esmvaltool_license" Team: - CMIP6 contributions: "cmip6" @@ -29,9 +27,12 @@ navbar-links: - Meetings: "meetings" - Presentations: "presentations" - Publications: "publications" - Documentation: "https://docs.esmvaltool.org/en/latest/" Download: "download" +navbar-extlinks: + Documentation: "https://docs.esmvaltool.org/" + Tutorial: "https://tutorial.esmvaltool.org/" + # --- Logo --- # # Image to show in the navigation bar - works best with a square image diff --git a/_includes/nav.html b/_includes/nav.html index a1adfbc..7e9cd16 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -30,6 +30,11 @@ {%- endif -%} {%- endfor -%} + {%- for link in site.navbar-extlinks -%} + + {%- endfor -%} {% if site.post_search %}