Commit 385024d1 authored by Quan Nguyen's avatar Quan Nguyen

commit 0705

parent f72a8917
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -20,11 +20,13 @@ regions: ...@@ -20,11 +20,13 @@ regions:
content_second: 'Content Second' content_second: 'Content Second'
sidebar_right_second: 'Sidebar Right Second' sidebar_right_second: 'Sidebar Right Second'
content_third: 'Content Third' content_third: 'Content Third'
sidebar_right_third: 'Sidebar Right Third'
content_four: 'Content Four' content_four: 'Content Four'
sidebar_right_four: 'Sidebar Right Four'
content_five: 'Content Five' content_five: 'Content Five'
sidebar_right_five: 'Sidebar Right Five'
content_six: 'Content Six' content_six: 'Content Six'
sidebar_right_six: 'Sidebar Right Six' content_seven: 'Content Seven'
sidebar_right_seven: 'Sidebar Right Seven'
gallery: 'Gallery' gallery: 'Gallery'
ambassador: 'Ambassador' ambassador: 'Ambassador'
top_main_content: 'Top Main Content' top_main_content: 'Top Main Content'
......
...@@ -126,29 +126,49 @@ ...@@ -126,29 +126,49 @@
</div> </div>
</section> </section>
<section class="hot-news">
<div class="row">
<div class="col-lg-9 col-md-8 col-12">
<!-- content_third -->
{% if page.content_third %}
{{page.content_third}}
{% endif %}
<!-- end content_third -->
</div>
<div class="col-lg-3 col-md-4 col-12">
<!-- sidebar_right_third -->
{% if page.sidebar_right_third %}
{{page.sidebar_right_third}}
{% endif %}
<!-- end sidebar_right_third -->
</div>
</div>
</section>
<section class="impressive mb-5"> <section class="impressive mb-5">
<!-- sidebar_right_second --> <!-- content_four -->
{% if page.content_third %} {% if page.content_four %}
{{page.content_third}} {{page.content_four}}
{% endif %} {% endif %}
<!-- end sidebar_right_second --> <!-- end content_four -->
</section> </section>
<section class="hot-news"> <section class="hot-news">
<div class="row"> <div class="row">
<div class="col-lg-9 col-md-8 col-12"> <div class="col-lg-9 col-md-8 col-12">
<!-- content_four --> <!-- content_five -->
{% if page.content_four %} {% if page.content_five %}
{{page.content_four}} {{page.content_five}}
{% endif %} {% endif %}
<!-- end content_four --> <!-- end content_five -->
</div> </div>
<div class="col-lg-3 col-md-4 col-12"> <div class="col-lg-3 col-md-4 col-12">
<!-- sidebar_right_four --> <!-- sidebar_right_five -->
{% if page.sidebar_right_four %} {% if page.sidebar_right_five %}
{{page.sidebar_right_four}} {{page.sidebar_right_five}}
{% endif %} {% endif %}
<!-- end sidebar_right_four --> <!-- end sidebar_right_five -->
</div> </div>
</div> </div>
...@@ -156,29 +176,29 @@ ...@@ -156,29 +176,29 @@
<div class="banner d-lg-block d-none"> <div class="banner d-lg-block d-none">
<div class="row"> <div class="row">
<!-- content_five --> <!-- content_six -->
{% if page.content_five %} {% if page.content_six %}
{{page.content_five}} {{page.content_six}}
{% endif %} {% endif %}
<!-- end content_five --> <!-- end content_six -->
</div> </div>
</div> </div>
<section class="hot-news"> <section class="hot-news">
<div class="row"> <div class="row">
<div class="col-lg-9 col-12"> <div class="col-lg-9 col-12">
<!-- content_six --> <!-- content_seven -->
{% if page.content_six %} {% if page.content_seven %}
{{page.content_six}} {{page.content_seven}}
{% endif %} {% endif %}
<!-- end content_six --> <!-- end content_seven -->
</div> </div>
<div class="col-lg-3 col-12"> <div class="col-lg-3 col-12">
<!-- sidebar_right_six --> <!-- sidebar_right_seven -->
{% if page.sidebar_right_six %} {% if page.sidebar_right_seven %}
{{page.sidebar_right_six}} {{page.sidebar_right_seven}}
{% endif %} {% endif %}
<!-- end sidebar_right_six --> <!-- end sidebar_right_seven -->
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment