diff --git a/components/footer.tpl b/components/footer.tpl
index 5320b6f..4835ac7 100644
--- a/components/footer.tpl
+++ b/components/footer.tpl
@@ -6,4 +6,7 @@
{% loginblock %}{{ "footer_login_link" | lc }}{% endloginblock %}
-
\ No newline at end of file
+ {% if page.private? %}
+
+ {% endif %}
+
diff --git a/components/site-signout.tpl b/components/site-signout.tpl
new file mode 100644
index 0000000..5645c9e
--- /dev/null
+++ b/components/site-signout.tpl
@@ -0,0 +1,11 @@
+{% if editmode != true and previewmode != true and page.private? %}
+
+{% endif %}
diff --git a/layouts/blog___news.tpl b/layouts/blog___news.tpl
index 6466588..c249d30 100644
--- a/layouts/blog___news.tpl
+++ b/layouts/blog___news.tpl
@@ -64,6 +64,7 @@
{% include "mobilemenu" %}
+ {% include "site-signout" %}
{% include "javascripts" %}
{% include "edicy-tools" %}