diff options
Diffstat (limited to 'layouts/partials/comments.html')
-rw-r--r-- | layouts/partials/comments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index f23437f..72f8828 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -1,7 +1,7 @@ {{- with .Site.Params.comments -}} <h1 class="post-title fw-semibold">Комментарии</h1> <div id="remark42"></div> -<script> +<script defer="true"> var remark_config = { host: '{{ .host }}', site_id: '{{ .site }}', |