diff --git a/_includes/_macro/post.html b/_includes/_macro/post.html index 0036aabf0d..e595cc65c4 100644 --- a/_includes/_macro/post.html +++ b/_includes/_macro/post.html @@ -1,5 +1,6 @@ {% comment %} post(post, is_index, post_extra_class) {% endcomment %} + {% assign headlessPost = false %} {% if 'quote, picture' contains post.type %} {% assign headlessPost = true %} {% endif %}