From ab77f30d5187453925cc66a1e3e84c2003cef757 Mon Sep 17 00:00:00 2001 From: Asutosh Palai Date: Wed, 6 Jul 2016 03:06:49 -0400 Subject: [PATCH] Fixed links in category page --- _layouts/category.html | 8 +++++--- css/base.scss | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_layouts/category.html b/_layouts/category.html index 5d11788..a8a42eb 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -9,15 +9,17 @@ layout: layout
{% if post.image != nil %}
- + + +
-

{{ post.title}}

+

{{ post.title}}

{{ post.excerpt }}

{% else %}
-

{{ post.title}}

+

{{ post.title}}

{{ post.excerpt }}

{% endif %} diff --git a/css/base.scss b/css/base.scss index 7d24634..50509d4 100644 --- a/css/base.scss +++ b/css/base.scss @@ -432,6 +432,7 @@ a { &:hover{ color: #2c45cc; border-bottom: 1px solid #2c45cc; + text-decoration: none; @include transition(all, 0.2s, ease-in); } }