diff options
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> |