reeklama url
This commit is contained in:
parent
fd36ebb27b
commit
ba848d286e
|
|
@ -52,6 +52,21 @@ random = 0
|
|||
code = "right-bottom"
|
||||
type = "slider"
|
||||
random = 0
|
||||
|
||||
[adverts right_top_m]
|
||||
code = "right-top"
|
||||
type = "slider"
|
||||
random = 0
|
||||
|
||||
[adverts right_middle_m]
|
||||
code = "right-middle"
|
||||
type = "slider"
|
||||
random = 0
|
||||
|
||||
[adverts right_bottom_m]
|
||||
code = "right-bottom"
|
||||
type = "slider"
|
||||
random = 0
|
||||
==
|
||||
<section class="hero">
|
||||
<div class="auto__container">
|
||||
|
|
@ -80,7 +95,7 @@ random = 0
|
|||
<div class="main__body-row">
|
||||
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
|
||||
<div class="banner__mobile">
|
||||
{% component 'right_top' css_class= 'main__sidebar-adv' %}
|
||||
{% component 'right_top_m' css_class= 'main__sidebar-adv' %}
|
||||
</div>
|
||||
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
|
||||
</div>
|
||||
|
|
@ -92,7 +107,7 @@ random = 0
|
|||
<div class="main__body-row">
|
||||
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
|
||||
<div class="banner__mobile">
|
||||
{% component 'right_middle' css_class = 'main__sidebar-adv' %}
|
||||
{% component 'right_middle_m' css_class = 'main__sidebar-adv' %}
|
||||
</div>
|
||||
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
|
||||
</div>
|
||||
|
|
@ -104,7 +119,7 @@ random = 0
|
|||
<div class="main__body-row">
|
||||
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
|
||||
<div class="banner__mobile">
|
||||
{% component 'right_bottom' css_class= 'main__sidebar-adv' %}
|
||||
{% component 'right_bottom_m' css_class= 'main__sidebar-adv' %}
|
||||
</div>
|
||||
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue