krata/assets/data/pv-data.json

13 lines
307 B
JSON
Raw Normal View History

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