1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-10 01:27:51 +00:00
2020-04-04 01:03:00 +08:00

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 }}';