2020-04-01 15:33:49 +03:00
|
|
|
---
|
|
|
|
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 -%}
|
2020-04-20 00:39:12 +03:00
|
|
|
{% include_relative _pageviews.json %}
|
2020-04-01 15:33:49 +03:00
|
|
|
{%- endif -%}
|
|
|
|
{%- endcapture -%}
|
|
|
|
|
|
|
|
const pageviews = '{{ pv_data }}';
|