From ba619d5a98dcb86605f850211ab6289d75443416 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 22 Jan 2022 13:10:14 +0300 Subject: support Google Analytics --- _includes/common/header.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_includes/common/header.html') diff --git a/_includes/common/header.html b/_includes/common/header.html index a41b26e..8546fb5 100644 --- a/_includes/common/header.html +++ b/_includes/common/header.html @@ -58,6 +58,10 @@ {% endfor %} {% endif %} + + {% if site.settings.ga_tag %} + {% include common/ga.html ga_tag=site.settings.ga_tag %} + {% endif %}