diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/common/header.html | 4 |
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"> |