Skip to content

Commit

Permalink
fix: error parsing host as site_id in remark42
Browse files Browse the repository at this point in the history
  • Loading branch information
leafee98 committed Jul 21, 2022
1 parent a71e469 commit 985756d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script>
var remark_config = {
host: '{{ $remark42.host }}',
site_id: '{{ $remark42.host }}',
site_id: '{{ $remark42.site_id }}',
components: ['embed', 'last-comments'],
max_shown_comments: {{ $remark42.max_shown_comments }},
theme: '{{ $remark42.theme }}',
Expand Down

0 comments on commit 985756d

Please sign in to comment.