14 lines
323 B
JSON
14 lines
323 B
JSON
|
---
|
||
|
layout: compress
|
||
|
---
|
||
|
|
||
|
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 pageviews.json %}
|
||
|
{%- endif -%}
|
||
|
{%- endcapture -%}
|
||
|
|
||
|
const pageviews = '{{ pv_data }}';
|