diff --git a/content/home/index.md b/content/home/index.md
index 8ef0284..de39c98 100644
--- a/content/home/index.md
+++ b/content/home/index.md
@@ -4,7 +4,7 @@ description: "Mycelium is a decentralized networking and storage solution design
insert_anchor_links: "left"
extra:
author: ThreeFold
- imgPath: home/tf.png
+ imgPath: home/mycel2.png
---
diff --git a/content/home/mycel2.png b/content/home/mycel2.png
new file mode 100644
index 0000000..6a0816e
Binary files /dev/null and b/content/home/mycel2.png differ
diff --git a/static/images/icons/favicon.png b/static/images/icons/favicon.png
index 40b4c0b..35f2850 100644
Binary files a/static/images/icons/favicon.png and b/static/images/icons/favicon.png differ
diff --git a/templates/_default/base.html b/templates/_default/base.html
index 8af59ac..6552ce3 100644
--- a/templates/_default/base.html
+++ b/templates/_default/base.html
@@ -27,9 +27,9 @@
// from: https://stackoverflow.com/a/4425214
var links = document.links;
var internal_hosts = [
- 'www.threefold.io',
- 'threefold.io',
- 'www2.threefold.io',
+ 'www.mycelium.threefold.io',
+ 'mycelium.threefold.io',
+ 'www2.mycelium.threefold.io',
'localhost',
'127.0.0.1'
]
diff --git a/templates/partials/head.html b/templates/partials/head.html
index afbb00a..15c1644 100644
--- a/templates/partials/head.html
+++ b/templates/partials/head.html
@@ -44,7 +44,7 @@