From 559d68f32445e2ef16e47051873cbae56cc6a56a Mon Sep 17 00:00:00 2001 From: luhc228 Date: Wed, 28 Aug 2019 19:58:48 +0800 Subject: [PATCH] fix: fix favicon not found --- _includes/head.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 0cdf16ee..24e38d43 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,7 +4,7 @@ {%- seo title=false -%} - + {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} - {%- include google-analytics.html -%} + {%- include google-analytics.html -%} {%- endif -%} - + \ No newline at end of file