From 078dab0299032d536e747a3b6159ddfc2b2dfff5 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 20 Apr 2020 05:39:12 +0800 Subject: [PATCH] Omit PV cache file from output. --- assets/data/pv-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/data/pv-data.json b/assets/data/pv-data.json index 230a0dc..13bc2dd 100644 --- a/assets/data/pv-data.json +++ b/assets/data/pv-data.json @@ -6,7 +6,7 @@ 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 %} + {% include_relative _pageviews.json %} {%- endif -%} {%- endcapture -%}