mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 13:44:15 +00:00
Omit PV cache file from output.
This commit is contained in:
@@ -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 -%}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user