From 63bc460cd8358bcdb0b9fe998691e49fb61f46a8 Mon Sep 17 00:00:00 2001 From: Michael Pankov Date: Sun, 1 Jul 2018 19:31:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=D0=B8=D0=BC=20=D1=8D=D0=BA=D1=81=D0=BA=D0=BB=D1=8E=D0=B7=D0=B8?= =?UTF-8?q?=D0=B2=D1=8B=20=D0=BD=D0=B0=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD?= =?UTF-8?q?=D1=83=D1=8E,=20=D0=BF=D1=80=D1=8F=D1=87=D0=B5=D0=BC=20=D0=B2?= =?UTF-8?q?=D1=81=D1=91=20=D0=BE=D1=81=D1=82=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exclusives-full.html => all-full.html | 2 +- all.html | 14 ++++++++++++++ exclusives.html | 11 ----------- index-full.html | 4 ++-- index.html | 8 ++++---- 5 files changed, 21 insertions(+), 18 deletions(-) rename exclusives-full.html => all-full.html (63%) create mode 100644 all.html delete mode 100644 exclusives.html 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 +# Заголовок. Становится тегом в <head> +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> в <head> 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' %}