From 07ef24fef5fb4fd3ab62b6a821e2709504f92e64 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Thu, 17 Mar 2016 21:04:01 +0800 Subject: [PATCH] fix(template): avoid link indicators being removed by `html-minifier` --- _app/_includes/themes/curtana/includes/page-item.html | 2 +- _app/_includes/themes/curtana/layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_app/_includes/themes/curtana/includes/page-item.html b/_app/_includes/themes/curtana/includes/page-item.html index 10bb6b3df..29e5559c4 100644 --- a/_app/_includes/themes/curtana/includes/page-item.html +++ b/_app/_includes/themes/curtana/includes/page-item.html @@ -29,7 +29,7 @@

{% if post.link %} - + {% endif %}

diff --git a/_app/_includes/themes/curtana/layouts/post.html b/_app/_includes/themes/curtana/layouts/post.html index 289d853d1..b31bdc213 100644 --- a/_app/_includes/themes/curtana/layouts/post.html +++ b/_app/_includes/themes/curtana/layouts/post.html @@ -34,7 +34,7 @@ {{ page.title }} {{ amsf_page_heading_type_svg }} {% else %} - {{ page.title }} + {{ page.title }} {% endif %} {% endcapture %}