diff --git a/settings.yaml b/settings.yaml index 7d1757d7..686335f0 100644 --- a/settings.yaml +++ b/settings.yaml @@ -125,8 +125,8 @@ spec: - $formkit: textarea name: widgets label: 小部件(无效) - value: "profile,popular-posts,latest-comments,categories,tags" - help: "目前提供的小部件有:profile(站点资料), popular-posts(热门文章), latest-comments(最新评论), categories(文章分类), tags(文章标签)。你可以随意组合或排序,以逗号隔开。" + value: "profile,recent-posts,latest-comments,categories,tags" + help: "目前提供的小部件有:profile(站点资料), recent-posts(近期文章), latest-comments(最新评论), categories(文章分类), tags(文章标签)。你可以随意组合或排序,以逗号隔开。" - $formkit: text name: profile_name label: 个人卡片名称 diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index 7d269a8a..4ed75df6 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -10119,6 +10119,7 @@ blockquote p { padding: 1rem 1.3rem; overflow: hidden; border-width: 1px; + border: var(--style-border); transition: all 0.3s ease 0s; } diff --git a/templates/category.html b/templates/category.html index aa02519b..47a03c63 100644 --- a/templates/category.html +++ b/templates/category.html @@ -67,7 +67,7 @@