1a2767ca24
’yui-compressor’ is no longer used.
9 lines
No EOL
302 B
JavaScript
9 lines
No EOL
302 B
JavaScript
const proxyData = '{"url": "{{ site.google_analytics.pv.proxy_endpoint }}"}';
|
|
|
|
{%- capture pv_data -%}
|
|
{%- if site.google_analytics.pv.cache and site.google_analytics.pv.enabled -%}
|
|
{% include_relative data/_pageviews.json %}
|
|
{%- endif -%}
|
|
{%- endcapture -%}
|
|
|
|
const pageviews = '{{ pv_data }}'; |