_includes/section/count.html in best-blogging-theme-0.1.5 vs _includes/section/count.html in best-blogging-theme-0.1.6
- old
+ new
@@ -1,5 +1,6 @@
-<div class="explore">
+{%- assign footerData2 = site.data.blog.footer -%}
+<div class="explore" style="background: {{footerData2.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