aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/header.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-01-22 13:10:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-01-22 13:10:14 +0300
commitba619d5a98dcb86605f850211ab6289d75443416 (patch)
tree5718b1e8a8dad74376e93975c92654ada7319a61 /_includes/common/header.html
parentREADME: update (diff)
downloadjekyll-theme-ba619d5a98dcb86605f850211ab6289d75443416.tar.gz
jekyll-theme-ba619d5a98dcb86605f850211ab6289d75443416.zip
support Google Analytics
Diffstat (limited to '')
-rw-r--r--_includes/common/header.html4
1 files changed, 4 insertions, 0 deletions
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 @@
<link rel="stylesheet" href="{{ url }}">
{% endfor %}
{% endif %}
+
+ {% if site.settings.ga_tag %}
+ {% include common/ga.html ga_tag=site.settings.ga_tag %}
+ {% endif %}
</head>
<body>
<div class="top-level-footer-wrapper">