Omit PV cache file from output.
This commit is contained in:
parent
f6d9ea10e2
commit
078dab0299
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const proxyData = '{"url": "{{ site.google_analytics.pv.proxy_endpoint }}"}';
|
||||||
|
|
||||||
{%- capture pv_data -%}
|
{%- capture pv_data -%}
|
||||||
{%- if site.google_analytics.pv.cache and site.google_analytics.pv.enabled -%}
|
{%- if site.google_analytics.pv.cache and site.google_analytics.pv.enabled -%}
|
||||||
{% include_relative pageviews.json %}
|
{% include_relative _pageviews.json %}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endcapture -%}
|
{%- endcapture -%}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue