diff --git a/themes/modern/assets/images/polygon.svg b/themes/modern/assets/images/polygon.svg new file mode 100755 index 000000000..14a0389a4 --- /dev/null +++ b/themes/modern/assets/images/polygon.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/modern/meta/menus/top-menu.yaml b/themes/modern/meta/menus/top-menu.yaml index 105e2847c..ec0a1bf62 100644 --- a/themes/modern/meta/menus/top-menu.yaml +++ b/themes/modern/meta/menus/top-menu.yaml @@ -1,9 +1,13 @@ items: - title: Главная + nesting: null type: url url: / code: '' + reference: null + cmsPage: null + replace: null viewBag: locale: en: @@ -14,13 +18,8 @@ items: isExternal: '0' - title: Рубрики - nesting: null - type: all-blog-categories - url: null + type: header code: '' - reference: null - cmsPage: category - replace: 1 viewBag: locale: en: @@ -29,6 +28,21 @@ items: isHidden: '0' cssClass: '' isExternal: '0' + items: + - + title: 'New menu item' + type: all-blog-categories + code: '' + cmsPage: category + replace: 1 + viewBag: + locale: + en: + title: '' + url: '' + isHidden: '0' + cssClass: '' + isExternal: '0' - title: 'Static Pages(About and Contact)' nesting: null diff --git a/themes/modern/partials/header.htm b/themes/modern/partials/header.htm index 7d3bac8f9..ec13813df 100644 --- a/themes/modern/partials/header.htm +++ b/themes/modern/partials/header.htm @@ -57,9 +57,6 @@ code = "top-menu" - {{posts.first.title}} + {{posts.first.title}}
diff --git a/themes/modern/partials/index/top_section.htm b/themes/modern/partials/index/top_section.htm index c3dc02d95..8ab867d09 100644 --- a/themes/modern/partials/index/top_section.htm +++ b/themes/modern/partials/index/top_section.htm @@ -14,7 +14,7 @@
- {{firstPost.title}} + {{firstPost.title}}
{% partial 'index/post_item' post = firstPost category = category %} diff --git a/themes/modern/partials/post_list_item.htm b/themes/modern/partials/post_list_item.htm index dc3cc43c2..65da4b107 100644 --- a/themes/modern/partials/post_list_item.htm +++ b/themes/modern/partials/post_list_item.htm @@ -4,7 +4,7 @@ - +