krata/assets/js/data/pv-cache.js

12 lines
245 B
JavaScript
Raw Normal View History

2020-06-23 07:10:28 +02:00
---
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 }}';