From 6fee628b13a544c10916972f370c45350974375d Mon Sep 17 00:00:00 2001 From: Jeffrey Tse Date: Sat, 14 Sep 2019 11:36:49 +0800 Subject: fix: correct google analytics --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/head.html') diff --git a/_includes/head.html b/_includes/head.html index ec6ab58..03d16ba 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -11,6 +11,6 @@ {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} - {%- include google-analytics.html -%} + {%- include extensions/google-analytics.html -%} {%- endif -%} -- cgit v1.2.3