diff --git a/config.toml b/config.toml
index c709bffc5..a5d4064e7 100644
--- a/config.toml
+++ b/config.toml
@@ -1,17 +1,17 @@
# The URL the site will be built for
-base_url = "https://dev2.threefold.io"
+base_url = "https://dev.threefold.io"
# Change this to your own URL! Please note this variable **must** be uncommented .
title = "ThreeFold"
description = "Our global digital backbone"
# When set to "true", a feed is automatically generated.
-#generate_feed = true
+ generate_feed = true
# The filename to use for the feed. Used as the template filename, too.
# Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed.
# There is also a built-in template "rss.xml" that renders an RSS 2.0 feed.
-#feed_filename = "atom.xml"
+ feed_filename = "atom.xml"
# The number of articles to include in the feed. All items are included if
# this limit is not set (the default).
@@ -51,8 +51,8 @@ external_links_no_referrer = true
# For example, `...` into `…`, `"quote"` into `“curly”` etc
smart_punctuation = true
-#[build]
-#not_found = "404.md"
+[build]
+not_found = "404.md"
[[taxonomies]]
name = "categories"
diff --git a/content/_index.md b/content/_index.md
index b4d59b00f..1ad7cae6f 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,8 +1,8 @@
---
title: "ThreeFold"
description: "TF offers a secure, sovereign infrastructure layer for the Internet, delivering unparalleled scalability, incorruptible and permanent data storage, AI and Web2/Web3/Edge compatibility, and 100% uptime for a resilient digital future." # quotation marks to allow colons where used
-#date: 2018-09-14T21:00:00-05:00
-#updated: 2021-02-20T14:40:00-06:00
+date: 2018-09-14T21:00:00-05:00
+updated: 2021-02-20T14:40:00-06:00
draft: false
extra:
author: ThreeFold
diff --git a/content/blog/_index.md b/content/blog/_index.md
index d0c031738..1fa4f4927 100644
--- a/content/blog/_index.md
+++ b/content/blog/_index.md
@@ -12,7 +12,7 @@ insert_anchor_links: "left"
template: "layouts/blog.html"
page_template: "blogPage.html"
#transparent: true
-#generate_feed: true
+generate_feed: true
extra:
imgPath: tf.png
---
diff --git a/content/header/index.md b/content/header/index.md
index 14c0f735f..75beca571 100644
--- a/content/header/index.md
+++ b/content/header/index.md
@@ -58,6 +58,3 @@ extra:
{% end %}
-
-- [Mycelium]("https://www.mycelium.threefold.io/")
-- [AIBox]("https://aibox.threefold.io/")
diff --git a/content/newsroom/_index.md b/content/newsroom/_index.md
index 9c19f435a..1c83d60ae 100644
--- a/content/newsroom/_index.md
+++ b/content/newsroom/_index.md
@@ -12,7 +12,7 @@ insert_anchor_links: "left"
template: "layouts/newsroom.html"
page_template: "newsPage.html"
#transparent: true
-#generate_feed: true
+generate_feed: true
extra:
imgPath: newsroom.png
---
\ No newline at end of file
diff --git a/templates/partials/header.html b/templates/partials/header.html
index 7b0843df0..9036a7741 100644
--- a/templates/partials/header.html
+++ b/templates/partials/header.html
@@ -35,11 +35,11 @@
{% set link_path = header_label | split(pat="%22") | safe%}
{% set current = get_url(path=link_path[1]) ~ "/" %}
{% if header_label is containing("http") %}
-
+ {# {% if header_label is not containing("threefold") %} #}
{{link_label}}
-
+ {# {% endif %} #}
{% elif current_url and current == current_url %}
{{link_label}}
@@ -108,10 +108,10 @@
#}
@@ -169,11 +169,11 @@
{% set link_label = header_label | striptags %}
{% set link_path = header_label | split(pat="%22") | safe%}
{% if header_label is containing("http") %}
-
+ {# {% if header_label is not containing("threefold") %} #}
{{link_label}}
-
+ {# {% endif %} #}
{% else %}
{{link_label}}