{%- comment %} include.list will either be page or post depending on whether post.html or blogList.html is calling {%- endcomment -%}
{% for category in include.list.categories -%} {%- unless category=="blog" -%} {{ category }} {% endunless -%} {% endfor -%} {% for tag in include.list.tags -%} {{ tag }} {% endfor -%}