diff --git a/_config.yml b/_config.yml
index d40270e..0914749 100644
--- a/_config.yml
+++ b/_config.yml
@@ -19,15 +19,14 @@
# in the templates via {{ site.myvariable }}.
title: ReclaimFutures
-email: your-email@example.com
+email: info@reclaimfutures.org
description: >- # this means to ignore newlines until "baseurl:"
- ReclaimFutures is a technology and culture conference around the broad subjects of post-capitalist desire, utopian exploration and the real sustainable computing.
+ ReclaimFutures is a technology and culture conference exploring post-capitalist desire, utopian horizons, alternative computing and ecology..
baseurl: "" # the subpath of your site, e.g. /blog
-url: "https://reclaimfutures.org" # the base hostname & protocol for your site, e.g. http://example.com
-twitter_username: jekyllrb
-github_username: jekyll
+url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
+
theme: minima
plugins:
- jekyll-feed
diff --git a/_includes/common/head.html b/_includes/common/head.html
index 6b9148e..12a5184 100644
--- a/_includes/common/head.html
+++ b/_includes/common/head.html
@@ -6,12 +6,12 @@
-
-
-
-
+
+
+
+
-
+
@@ -62,16 +62,16 @@
{% else %}
-
+
-
+
{% endif %}
-
+
\ No newline at end of file
diff --git a/_includes/common/lang-selector.html b/_includes/common/lang-selector.html
index 04bd6b8..ea4984d 100644
--- a/_includes/common/lang-selector.html
+++ b/_includes/common/lang-selector.html
@@ -1,5 +1,5 @@
{% if page.lang == 'en' %}
- {{ include.fr-text }}
+ {{ include.fr-text }}
{% else %}
- {{ include.en-text }}
+ {{ include.en-text }}
{% endif %}
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index 123725f..ee136ac 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,5 +5,5 @@
{{ content }}
{% include common/footer.html %}