We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615ed71 commit 71a8d9dCopy full SHA for 71a8d9d
1 file changed
assets/data/pv-data.json
@@ -6,7 +6,7 @@ const proxyData = '{"url": "{{ site.google_analytics.pv.proxy_endpoint }}"}';
6
7
{%- capture pv_data -%}
8
{%- if site.google_analytics.pv.cache and site.google_analytics.pv.enabled -%}
9
- {% include_relative pageviews.json %}
+ {% include_relative _pageviews.json %}
10
{%- endif -%}
11
{%- endcapture -%}
12
0 commit comments