Make Remark42 load asynchronously

This commit is contained in:
Bea 2021-01-03 12:13:21 +01:00
parent 7dc83d3f75
commit 208ea6aa52
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
{{!-- Begin Page-specific code --}}
{{#is "post"}}
<script src="{{asset "js/libs/remark42/remark42-comments.js"}}"></script>
<script async src="{{asset "js/libs/remark42/remark42-comments.js"}}"></script>
{{/is}}
{{#is "post, page"}}