From 9d28a0e5f733a297e63edbeb2bea8c1f718e5ec6 Mon Sep 17 00:00:00 2001 From: Reorx Date: Fri, 3 Jun 2022 01:21:56 +0800 Subject: [PATCH] add admonition for remark42 --- layouts/partials/remark42.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/layouts/partials/remark42.html b/layouts/partials/remark42.html index b7b9d01..26751e6 100644 --- a/layouts/partials/remark42.html +++ b/layouts/partials/remark42.html @@ -14,9 +14,8 @@ components: ['embed', 'counter'], max_shown_comments: 20, theme: 'light', - // page_title: 'My custom title for a page', - // show_email_subscription: false, - simple_view: true + simple_view: true, + admonition: JSON.stringify(['Please subscribe by email to receive reply notifications.']), }; if (isDarkTheme()) { remark_config.theme = 'dark'