From 5c0734bafa7587d6d2b368022d2edb631d939296 Mon Sep 17 00:00:00 2001 From: KinJih Date: Thu, 16 May 2024 22:17:39 +0800 Subject: [PATCH] Enable the config of showViews and showLikes --- config/_default/params.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 73ca471..979b3ce 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -47,8 +47,8 @@ smartTOCHideUnfocusedChildren = false [article] showDate = true - showViews = false - showLikes = false + showViews = true + showLikes = true showDateUpdated = true showAuthor = false showHero = true