Skip to content

Commit

Permalink
fix demo page locator
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mineev authored and umputun committed Aug 8, 2021
1 parent 878d5c6 commit 7f0a01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/layouts/demo.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ layout: page.njk
host: '{{ site.remark42Host }}',
site_id: 'remark',
components: ['embed'],
url: '{{ site.url }}/{{ permalink }}',
url: '{{ site.url }}/demo/',
max_shown_comments: 20,
theme: document.documentElement.classList.contains('dark') ? 'dark' : 'light'
}
Expand Down

0 comments on commit 7f0a01a

Please sign in to comment.