diff --git a/config.toml b/config.toml
index 9c9cce5b6e02756318da871ad2a96892107f8abf..390ee94f0d67fe70aa6cab4a90490db63b43edce 100644
--- a/config.toml
+++ b/config.toml
@@ -26,9 +26,9 @@ themeVariant = "gray" # choose theme variant "green", "gold" , "gray", "blue" (d
 ordersectionsby = "weight" # ordersectionsby = "title"
 disableHomeIcon = true # default is false
 disableSearch = true # default is false
-disableNavChevron = true # set true to hide next/prev chevron, default is false
+disableNavChevron = false # set true to hide next/prev chevron, default is false
 highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
-menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
+menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
 enableGitInfo = false
 
 [outputs]
diff --git a/content/_footer.md b/content/_footer.md
index 788d95fccb663cb0cbc7b596c85678431ae3133f..7d15c07f0b5a77a754c3b9b1bab5630da90d184c 100644
--- a/content/_footer.md
+++ b/content/_footer.md
@@ -1,2 +1,3 @@
 ![Filler](/scafacos-website/filler.png)
 [![FZLogo](/scafacos-website/LogoFZJuelich.png)](http://www.fz-juelich.de)
+[![FZLogo](/scafacos-website/ecam-big.png)](http://www.e-cam2020.eu)
\ No newline at end of file
diff --git a/content/_header.md b/content/_header.md
index ebc9d48dcfc72a325ee99c57afb35440502eb8a3..45f04cb0a5e882573050af52806dc854c6c83578 100644
--- a/content/_header.md
+++ b/content/_header.md
@@ -1 +1,3 @@
-#[{{< figure src="/websites/all-website/files/logo.png" height="32" width="200" >}}](/websites/all-website)
+[{{< figure src="/websites/all-website/files/logo.png" height="32" width="200" >}}](/websites/all-website)
+[![FZLogo](/scafacos-website/LogoFZJuelich.png)](http://www.fz-juelich.de)
+[![FZLogo](/scafacos-website/ecam-big.png)](http://www.e-cam2020.eu)
diff --git a/static/ecam-big.png b/static/ecam-big.png
new file mode 100644
index 0000000000000000000000000000000000000000..089f4766e52769ee2bec13063c1a6acd5486c74b
Binary files /dev/null and b/static/ecam-big.png differ