diff --git a/index.html b/index.html index 7349b84..d58aed3 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,13 @@ image: {% endif %}
- {{ post.content }} + {% if post.link %} + {{ post.content }} + {% else %} + {{ post.excerpt }} + +

+ {% endif %}
{% endfor %}