diff options
author | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-09-14 11:36:49 +0800 |
---|---|---|
committer | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-09-14 11:36:49 +0800 |
commit | 6fee628b13a544c10916972f370c45350974375d (patch) | |
tree | ca811b4898330378dff5dbf8102023a5db178f94 /_includes/head.html | |
parent | b690c7ccee042d4666311eaa0e74610304e91704 (diff) |
fix: correct google analytics
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} - {%- include google-analytics.html -%} + {%- include extensions/google-analytics.html -%} {%- endif -%} </head> |