From f998e10078a75a8b6c2bbabd609d79a5933c0545 Mon Sep 17 00:00:00 2001 From: Alex Forey Date: Mon, 12 Aug 2013 18:24:39 +0100 Subject: [PATCH] Updated post.html for link posts --- _layouts/post.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 5dc2cf4..15eb375 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -17,8 +17,12 @@ {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %}

- -

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+ + {% if page.link %} +

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+ {% else %} +

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+ {% endif %}