diff --git a/_config.yml b/_config.yml
index e61731d..e6cafbe 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,3 +1,7 @@
+#for rss feed
+name: arcanis' blog
+url: http://arcanis.name/
+
source: .
destination: ./_site
plugins: ./_plugins
diff --git a/_layouts/default.html b/_layouts/default.html
index 32bb8e3..2239c5b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -11,6 +11,11 @@
+ {% if page.category == "ru" %}
+
+ {% else %}
+
+ {% endif %}
+ {% else %}
+ -
+ {{ post.title | xml_escape }}
+ {{ post.description | xml_escape }}
+ {{ post.date | date_to_string }}
+ {{ site.url }}{{ post.url }}
+ {{ site.url }}{{ post.url }}
+
+ {% endif %}
+ {% endfor %}
+
+
diff --git a/index.html b/index.html
index 5fc0561..029a8c8 100644
--- a/index.html
+++ b/index.html
@@ -13,6 +13,7 @@ title: arcanis' homepage