From 0dfdc4a4f6c9be534caa09285144001e55bb51a8 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 26 Mar 2014 16:18:26 -0400 Subject: [PATCH] Link icon to source page --- _layouts/home.html | 2 +- _layouts/post-index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/home.html b/_layouts/home.html index ea7c828c..41544845 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -39,7 +39,7 @@ {% for post in site.posts limit:5 %}
{% if post.link %} -

{{ post.title }}

+

{{ post.title }}

{% else %}

{{ post.title }}

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

diff --git a/_layouts/post-index.html b/_layouts/post-index.html index 7684654e..77fe7a2d 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -48,7 +48,7 @@ {% endunless %}