diff --git a/exclusives-full.html b/all-full.html
similarity index 63%
rename from exclusives-full.html
rename to all-full.html
index a6813f2e..99f2a833 100644
--- a/exclusives-full.html
+++ b/all-full.html
@@ -6,4 +6,4 @@
changefreq: 'daily'
---
-{% include index.html do_paginate=false tag="эксклюзивы" %}
+{% include index.html do_paginate=false %}
diff --git a/all.html b/all.html
new file mode 100644
index 00000000..c9036734
--- /dev/null
+++ b/all.html
@@ -0,0 +1,14 @@
+---
+# Выбор шаблона для страницы. Шаблоны находятся в `_layouts`.
+layout: default
+# Заголовок. Становится тегом
в
+title: Лента | Все
+# Метаданные для карты сайта
+permalink: 'all'
+sitemap:
+ priority: 0.7
+ changefreq: 'daily'
+pagination:
+ enabled: true
+---
+{% include index.html do_paginate=true first_page='index.html' all_items='/all-full.html' page_path='all/' %}
diff --git a/exclusives.html b/exclusives.html
deleted file mode 100644
index f5e73267..00000000
--- a/exclusives.html
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: default
-title: Лента | Эксклюзивы
-permalink: 'exclusives'
-pagination:
- enabled: true
- tag: эксклюзивы
- indexpage: 'index'
----
-
-{% include index.html do_paginate=true page_path='exclusives/' all_items='/exclusives-full.html' %}
diff --git a/index-full.html b/index-full.html
index 99f2a833..abda2711 100644
--- a/index-full.html
+++ b/index-full.html
@@ -1,9 +1,9 @@
---
layout: default
-title: Лента | Все публикации
+title: Лента | Эксклюзивы | Все
sitemap:
priority: 0.7
changefreq: 'daily'
---
-{% include index.html do_paginate=false %}
+{% include index.html do_paginate=false tag="эксклюзивы" %}
diff --git a/index.html b/index.html
index 78f5f11c..3ae3972a 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,13 @@
---
-# Выбор шаблона для страницы. Шаблоны находятся в `_layouts`.
layout: default
-# Заголовок. Становится тегом в
title: Лента | Главная
-# Метаданные для карты сайта
sitemap:
priority: 0.7
changefreq: 'daily'
pagination:
enabled: true
+ tag: эксклюзивы
+ indexpage: 'index'
---
-{% include index.html do_paginate=true first_page='index.html' all_items='/index-full.html' page_path='' %}
+
+{% include index.html do_paginate=true page_path='' first_page='index.html' all_items='/index-full.html' %}