We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066f5f4 commit 0e7236eCopy full SHA for 0e7236e
1 file changed
_layouts/document.html
@@ -9,6 +9,6 @@
9
<script>
10
{%- if page.author %}appendMeta("{{ page.author }}", "fas fa-user-pen");{% endif -%}
11
{%- 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 -%}
+ {%- if jekyll.environment == 'production' and page.hits %}hits("{{ page.url | absolute_url | jsonify }}");{% endif -%}
13
</script>
14
{% endif %}
0 commit comments