diff --git a/_data/versions.json b/_data/versions.json
new file mode 100644
index 00000000..9e5f8d81
--- /dev/null
+++ b/_data/versions.json
@@ -0,0 +1,3 @@
+{
+ "current": "1.0"
+}
\ No newline at end of file
diff --git a/_includes/head_custom.html b/_includes/head_custom.html
index 91ee8a17..1a18be03 100755
--- a/_includes/head_custom.html
+++ b/_includes/head_custom.html
@@ -6,3 +6,9 @@
{% endif %}
+
+{% if jekyll.environment == "development" %}
+
+{% else %}
+
+{% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html
index d433719d..c5408662 100755
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -57,6 +57,10 @@ layout: table_wrappers