diff --git a/config.toml b/config.toml index 11b927c8..09fa4a39 100644 --- a/config.toml +++ b/config.toml @@ -52,10 +52,15 @@ theme = "beautifulhugo" url = "about" weight = 4 +[[menu.main]] + name = "Funding" + url = "funding" + weight = 5 + [[menu.main]] identifier = "external" name = "External links" - weight = 5 + weight = 6 [[menu.main]] parent="external" diff --git a/content/funding.html b/content/funding.html index 505381f8..d3c2beb5 100644 --- a/content/funding.html +++ b/content/funding.html @@ -7,8 +7,8 @@ This project has received funding from the Europ
- PTEROSOR logo - ERC logo
+ PTEROSOR logo + ERC logo

@@ -16,8 +16,8 @@ This work was performed using HPC ressources from

- CALMIP logo
+ GENCI logo
+ CALMIP logo

@@ -25,6 +25,6 @@ Funding from
CNRS is also acknowledged.
- CNRS logo
+ CNRS logo

diff --git a/content/CALMIP.jpg b/static/img/CALMIP.jpg similarity index 100% rename from content/CALMIP.jpg rename to static/img/CALMIP.jpg diff --git a/content/CNRS.png b/static/img/CNRS.png similarity index 100% rename from content/CNRS.png rename to static/img/CNRS.png diff --git a/content/ERC.jpg b/static/img/ERC.jpg similarity index 100% rename from content/ERC.jpg rename to static/img/ERC.jpg diff --git a/content/GENCI.jpg b/static/img/GENCI.jpg similarity index 100% rename from content/GENCI.jpg rename to static/img/GENCI.jpg diff --git a/content/PTEROSOR.png b/static/img/PTEROSOR.png similarity index 100% rename from content/PTEROSOR.png rename to static/img/PTEROSOR.png