_includes/section/count.html in appscms-tools-theme-4.4.4 vs _includes/section/count.html in appscms-tools-theme-4.4.5
- old
+ new
@@ -1,15 +1,12 @@
<div class="explore">
<div class="container">
{%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
-
<div class="row">
<div class="col-md-9 mx-auto">
{%- endif -%}
- <h2>Explore <span class="d-none d-md-inline">→</span></h2>
-
- <ul class="mt-3">
+ <h2>Explore →</h2>
{% assign categories_list = site.categories %}
{% if categories_list.first[0] == null %}
{% for category in categories_list %}
<a class="cat mt-1 mb-1"
href="/blog/categories#{{ category | url_escape | strip | replace: ' ', '-' }}">{{
@@ -24,10 +21,9 @@
category[0]
| camelcase }} ({{ category[1].size }})</a>
{% endfor %}
{% endif %}
{% assign categories_list = nil %}
- </ul>
{%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
</div>
</div>
{%- endif -%}
\ No newline at end of file