From 3f7183d62f3f7671ccc7208cc5956535629a2ab1 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 25 Mar 2014 22:33:43 +0100 Subject: [PATCH] Only show excerpts on start page --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 %}