add admonition for remark42

This commit is contained in:
Reorx 2022-06-03 01:21:56 +08:00
parent c9528396a1
commit 9d28a0e5f7
1 changed files with 2 additions and 3 deletions

View File

@ -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'