diff --git a/blog/index.html b/blog/index.html index 348b958..71d826e 100644 --- a/blog/index.html +++ b/blog/index.html @@ -8,7 +8,7 @@ section_id: blog
{% assign mod = forloop.index | modulo: 2 %} - {% if mod == 0 && mod == 1 %} + {% if mod == 0 & mod == 1 %}
{% if post.categories != empty %}