diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-03 04:41:18 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-03 04:41:18 +0200 |
commit | d56e274fd33711edc11f146782e1dc0d7dc5c7d1 (patch) | |
tree | d7dd3029fbd78148c293a47f80f5be0d1ded617e /source/_includes/after_footer.html | |
parent | 94270a6ab47692520b18fd136342f05c496deaeb (diff) | |
download | octopress-theme-jeyzu-d56e274fd33711edc11f146782e1dc0d7dc5c7d1.zip octopress-theme-jeyzu-d56e274fd33711edc11f146782e1dc0d7dc5c7d1.tar.gz |
move google analytics code to footer
Diffstat (limited to 'source/_includes/after_footer.html')
-rw-r--r-- | source/_includes/after_footer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/_includes/after_footer.html b/source/_includes/after_footer.html index c49811f..09d93b7 100644 --- a/source/_includes/after_footer.html +++ b/source/_includes/after_footer.html @@ -1,4 +1,5 @@ <script src="{{ root_url }}/javascripts/slash.js"></script> {% include fancybox.html %} <!-- Delete or comment this line to disable Fancybox --> {% include disqus.html %} +{% include google_analytics.html %} {% include custom/after_footer.html %}
\ No newline at end of file |