From c8fb2c92f0c79e7837feb8d5ff4e941856e35f27 Mon Sep 17 00:00:00 2001 From: Sergey Kostrukov Date: Sat, 12 Jul 2014 02:25:43 -0700 Subject: [PATCH] Fix of page link icon after switch to Font Awesome. --- _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 6089b8a0..aa774af2 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 d1d6f283..382d4f5a 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -48,7 +48,7 @@ {% endunless %}