diff options
Diffstat (limited to '_site_build/_layouts/default.html')
| -rw-r--r-- | _site_build/_layouts/default.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_site_build/_layouts/default.html b/_site_build/_layouts/default.html index b27e119..4eaed35 100644 --- a/_site_build/_layouts/default.html +++ b/_site_build/_layouts/default.html @@ -28,4 +28,7 @@ </div> </div> </body> +{% if site.google_ua %} + {% include google_analytics.html %} +{% endif %} </html> |
