|
@@ -51,8 +51,7 @@
|
|
|
<!-- END: BREADCRUMB -->
|
|
|
<section class="slice sct-color-1">
|
|
|
<div class="container">
|
|
|
- <section class="slice-sm sct-color-1">
|
|
|
- <div class="container container-xs">
|
|
|
+
|
|
|
<div class="block block-post">
|
|
|
<div class="block-body block-post-body">
|
|
|
<h1>
|
|
@@ -66,7 +65,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</section>
|
|
|
- <div class="pt-5">
|
|
|
+
|
|
|
+ {{ page.page_type }}
|
|
|
+ {% if page.page_type == 0 %}
|
|
|
+ <section class="slice sct-color-1">
|
|
|
+ <div class="container">
|
|
|
+ <div class="pt-5">
|
|
|
<nav aria-label="Product pagination">
|
|
|
<ul class="pagination pagination--style-2 justify-content-center">
|
|
|
<!-- Previous Page Link -->
|
|
@@ -95,6 +99,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</section>
|
|
|
+ {% endif %}
|
|
|
|
|
|
<!-- FOOTER -->
|
|
|
{% include '_footer.liquid' %}
|