fix: missing comma in example frontend configuration

This commit is contained in:
W.T. Chang
2024-10-27 01:58:27 -05:00
committed by Umputun
parent 5b6d8de807
commit c1048e95b3
@@ -30,7 +30,7 @@ Example with all of the params:
var remark_config = {
host: 'https://remark42.example.com',
site_id: 'my_site',
components: ['embed', 'last-comments']
components: ['embed', 'last-comments'],
max_shown_comments: 100,
theme: 'dark',
page_title: 'My custom title for a page',