12 lines
245 B
JavaScript
12 lines
245 B
JavaScript
|
---
|
||
|
layout: compress
|
||
|
---
|
||
|
|
||
|
{%- 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 }}';
|