diff --git a/_config.yml b/_config.yml
index 6f01e31..704fa6e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -17,6 +17,8 @@ contact: anna.alberts@okfn.de
googleanalytics: UA-48682838-7
+twitter_feed: 730706209104384000
+
# Build settings
markdown: kramdown
diff --git a/_includes/aside.html b/_includes/aside.html
index 722d2a1..e830f10 100644
--- a/_includes/aside.html
+++ b/_includes/aside.html
@@ -16,3 +16,10 @@
News
{% endfor %}
{% endif %}
+
+{% if site.twitter_feed %}
+
+{% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html
index 91c4c28..c396629 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -6,7 +6,7 @@
-
+
{% include header.html %}
{{ content }}
@@ -24,7 +24,7 @@
{{ subcategory.subtitle }}
{% endfor %}
-
+
{% else %}
{{ item.title }}
@@ -34,12 +34,29 @@
{% include social-links.html %}
-
+
+ {% if page.aside == true and site.twitter_feed %}
+
+
+ {% endif %}
+
{% if site.googleanalytics %}
{% endif %}