diff --git a/_src/_includes/articles.html b/_src/_includes/articles.html
index e6501253..2b1192bc 100644
--- a/_src/_includes/articles.html
+++ b/_src/_includes/articles.html
@@ -63,13 +63,13 @@
{% capture has_more %}{{ post.content | has_excerpt }}{% endcapture %}
- {% if has_more == 'true' %}
- {{ post.content | post.excerpt | excerpt | markdownify }}
- {% else %}
- {% unless post.categories contains "goodies" and page.path contains "goodies" %}
+ {% unless post.categories contains "goodies" and page.path contains "goodies" %}
+ {% if has_more == 'true' %}
+ {{ post.content | post.excerpt | excerpt | markdownify }}
+ {% else %}
{{ post.excerpt | markdownify }}
- {% endunless %}
- {% endif %}
+ {% endif %}
+ {% endunless %}
{% if post.categories contains "goodies" and page.path contains "goodies" %}