Skip to content

Commit 0e7236e

Browse files
authored
Update document.html
1 parent 066f5f4 commit 0e7236e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/document.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<script>
1010
{%- if page.author %}appendMeta("{{ page.author }}", "fas fa-user-pen");{% endif -%}
1111
{%- for contributor in page.contributors %}appendMeta("{{ contributor }}", "fas fa-user-pen");{% endfor -%}
12-
{%- if jekyll.environment == 'production' and page.hits %}hits("{{ page.url | absolute_url | url_encode }}");{% endif -%}
12+
{%- if jekyll.environment == 'production' and page.hits %}hits("{{ page.url | absolute_url | jsonify }}");{% endif -%}
1313
</script>
1414
{% endif %}

0 commit comments

Comments
 (0)