From 7522c126e18cde6e80f7e5398f40358d36b68f8b Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 23 Jul 2022 04:36:38 +0200 Subject: [PATCH] update config.yml and CSP --- config.yml | 8 ++++---- layouts/partials/extend_head.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.yml b/config.yml index e26ff71..bbb1d88 100644 --- a/config.yml +++ b/config.yml @@ -23,15 +23,15 @@ params: author: Wonderfall DateFormat: "January 2, 2006" defaultTheme: dark # dark, light - disableThemeToggle: true + disableThemeToggle: false ShowReadingTime: true ShowShareButtons: false ShowPostNavLinks: true ShowBreadCrumbs: true - ShowCodeCopyButtons: false + ShowCodeCopyButtons: true disableSpecial1stPost: false - disableScrollToTop: true + disableScrollToTop: false comments: false hidemeta: false hideSummary: false @@ -39,7 +39,7 @@ params: tocopen: false assets: - disableHLJS: true + disableHLJS: false disableFingerprinting: true homeInfoParams: diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html index c7c4a77..f375efb 100644 --- a/layouts/partials/extend_head.html +++ b/layouts/partials/extend_head.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file