From a137df69ee78ba215e1e41501561b142725bed7a Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Fri, 3 Feb 2017 17:21:46 +0800 Subject: [PATCH] feat(footer): simplify condition --- _app/_includes/themes/curtana/includes/footer.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_app/_includes/themes/curtana/includes/footer.html b/_app/_includes/themes/curtana/includes/footer.html index f723c73c1..f339bac7f 100644 --- a/_app/_includes/themes/curtana/includes/footer.html +++ b/_app/_includes/themes/curtana/includes/footer.html @@ -1,6 +1,5 @@ -{% if page.permalink == '/' and site.data.curtana.clean_homepage %} -{% else %} +{% unless page.permalink == '/' and site.data.curtana.clean_homepage %} -{% endif %} +{% endunless %}