-
- {% endif %}
+{% if site.display_tags or site.display_categories %}
+-
- {% for tag in site.display_tags %}
-
- - {{ tag }} - - {% unless forloop.last %} -
- - {{ category }} - - {% unless forloop.last %} -
•
- {% endunless %} - {% endfor %} - {% if site.display_categories.size > 0 and site.display_tags.size > 0 %} -•
- {% endif %} - {% for category in site.display_categories %} -•
- {% endunless %} - {% endfor %} -
+
+{% endif %}
- {% assign featured_posts = site.posts | where: "featured", "true" %}
- {% if featured_posts.size > 0 %}
- -
+{% for tag in site.display_tags %}
+
- + {{ tag }} + +{% unless forloop.last %} +
- + {{ category }} + +{% unless forloop.last %} +
•
+{% endunless %} +{% endfor %} +{% if site.display_categories.size > 0 and site.display_tags.size > 0 %} +•
+{% endif %} +{% for category in site.display_categories %} +•
+{% endunless %} +{% endfor %} +-
- {% assign is_even = featured_posts.size | modulo: 2 %}
-
-
- {% for post in featured_posts %}
-
- {% endfor %}
-
- - {% endif %} +{% assign featured_posts = site.posts | where: "featured", "true" %} +{% if featured_posts.size > 0 %} +
+
+{% assign is_even = featured_posts.size | modulo: 2 %}
+
+
+{% for post in featured_posts %}
+
+{% endfor %}
+
++{% endif %}
-
{% for post in site.posts %}
@@ -164,10 +164,11 @@ pagination:
{% endif %}
{% endfor %}
+