diff --git a/config.toml b/config.toml
index 560b3023565e89e8c5da0769315f8c8dbbb4b2a5..26e48565ae449eaf8e0d992b2ffa12b574e5c3cc 100755
--- a/config.toml
+++ b/config.toml
@@ -59,17 +59,14 @@ updated = "Последние обновление"
 words = "слова"
 
 [extra]
-# logotype
+# favicon
 favicon = "assets/favicon.ico"
 
 languages = ["en","ru"]
 
 header_file = "content/header.toml"
 
-# github
-
 #localcdn = true
-devmode = true
 
 show_word_count = true
 show_reading_time = true
@@ -78,7 +75,7 @@ relative_path = true
 repo = "https://github.com/kogeletey/karzok"
 repo_branch = "develop"
 
-alert_file = "content/alert.toml"
+announcement_file = "content/alert.toml"
 
 [[extra.footer]]
 lang = "en"
@@ -88,9 +85,7 @@ text = "powered by <a href=\"https://karzok.re128.org\"> karzok</a>"
 lang = "ru"
 text = "запущен с помощью <a href=\"https://karzok.re128.org\"> karzok</a>"
 
-[[extra.footer]]
-version = "https://api.github.com/repos/kogeletey/karzok/releases/latest"
+#[[extra.footer]]
+#version = "https://api.github.com/repos/kogeletey/karzok/releases/latest"
 
-[[extra.footer]]
-text = "license: MIT"
 
diff --git a/content/alert.toml b/content/alert.toml
index 08f6cefe0ce6aecd66751aa0f0f432a6d72eae80..736bdadb8e23f06efe73445e25880a7d8be818f1 100644
--- a/content/alert.toml
+++ b/content/alert.toml
@@ -1,4 +1,4 @@
-text = "This a staging site, use production <a href=\"https://karzok.re128.org\"> here </a>"
+#text = "This a staging site, use production <a href=\"https://karzok.re128.org\"> here </a>"
 bg_color = "#ffdc00"
 text_color = "#111"
 #dismissable = true
diff --git a/templates/macros/header.html b/templates/macros/header.html
index e5f9d56cd57dad5a8fc50e4ab7cdf9607b8a8019..58fe9e730bcd514c222f86eed3e81b95c4cdc89b 100644
--- a/templates/macros/header.html
+++ b/templates/macros/header.html
@@ -1,7 +1,7 @@
 {# header component  #}
 {% macro header(current_url) %}
-{% if config.extra.alert_file %}
-    {{ top_nav::alert(file=config.extra.alert_file) }}
+{% if config.extra.announcement_file %}
+    {{ top_nav::alert(file=config.extra.announcement_file) }}
 {% endif %}
 {% set current_link = current_url | safe | trim_end_matches(pat="/")  %}
 {% if config.extra.header_file %}