_includes/footer.html in askclass-news-theme-0.2.12 vs _includes/footer.html in askclass-news-theme-0.3.0

- old
+ new

@@ -1,10 +1,12 @@ + <footer> <ul> - {% for item in site.acn.footer %} + {% for item in site.acn.footer -%} <li> <span class="material-icons">{{ item.icon }}</span> <a href="{{ item.href }}">{{ item.text }}</a> </li> - {% endfor %} + {%- endfor %} </ul> </footer> +{% include foot/mathjax.html -%}