_includes/section/count.html in best-blogging-theme-0.2.0 vs _includes/section/count.html in best-blogging-theme-0.2.1
- old
+ new
@@ -1,6 +1,7 @@
{%- assign footerData2 = site.data.blog.footer -%}
-<div class="explore" style="background: {{footerData2.color}}">
+{%- assign theme = site.data.theme.UI -%}
+<div class="explore" style="background: {{theme.color}}">
<h2 class="animate__animated animate__bounce animate__infinite">Explore</h2>
<span class="d-none d-md-inline animate__animated animate__backInDown animate__infinite"
style="font-size: 25px;">↓</span>
<ul>
{% assign categories_list = site.categories %}
\ No newline at end of file