From d4b69051aaf18a37f45f10c3bcb1a9ca535d8177 Mon Sep 17 00:00:00 2001 From: Jerry Wong Date: Sat, 12 Sep 2020 02:41:12 +0800 Subject: [PATCH] Revert "Add a flag for allowing to disable aside.card_author.button" --- layout/includes/widget/card_author.pug | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/layout/includes/widget/card_author.pug b/layout/includes/widget/card_author.pug index 8fe086c..5b1c8e4 100644 --- a/layout/includes/widget/card_author.pug +++ b/layout/includes/widget/card_author.pug @@ -27,10 +27,9 @@ .headline= _p('aside.categories') .length_num= site.categories.length - if theme.aside.card_author.button.enable - a#card-info-btn.button--animated(href=theme.aside.card_author.button.link) - i(class=theme.aside.card_author.button.icon) - span=theme.aside.card_author.button.text + a#card-info-btn.button--animated(href=theme.aside.card_author.button.link) + i(class=theme.aside.card_author.button.icon) + span=theme.aside.card_author.button.text if(theme.social) .card-info-social-icons.is-center