_includes/section/count.html in word-games-theme-1.5.6 vs _includes/section/count.html in word-games-theme-1.5.7

- old
+ new

@@ -1,43 +1,6 @@ -{% if site.MonumetricID %} <div class="explore"> - <div class="row"> - <div class="col-md-8 mx-auto"> - - <h2 class="text-center font-weight-bolder mb-5">Explore <span class="d-none d-md-inline">→</span></h2> - <ul> - {% assign categories_list = site.categories %} - {% if categories_list.first[0] == null %} - {% for category in categories_list %} - <li> - <a class="cat mt-1 mb-1" - href="/blog/categories#{{ category | url_escape | strip | replace: ' ', '-' }}">{{ - category - | - camelcase }} ({{ site.tags[category].size }})</a> - </li> - - {% endfor %} - {% else %} - {% for category in categories_list %} - <li> - <a class="cat mt-1 mb-1" - href="/blog/categories#{{ category[0] | url_escape | strip | replace: ' ', '-' }}">{{ - category[0] - | camelcase }} ({{ category[1].size }})</a> - </li> - {% endfor %} - {% endif %} - {% assign categories_list = nil %} - </ul> - - </div> - </div> -</div> -{%- else -%} - -<div class="explore"> <h2>Explore <span class="d-none d-md-inline">→</span></h2> <ul> {% assign categories_list = site.categories %} {% if categories_list.first[0] == null %} {% for category in categories_list %} @@ -58,7 +21,6 @@ </li> {% endfor %} {% endif %} {% assign categories_list = nil %} </ul> -</div> -{%- endif -%} +</div> \ No newline at end of file