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 | |
parent | 94270a6ab47692520b18fd136342f05c496deaeb (diff) | |
download | octopress-theme-jeyzu-d56e274fd33711edc11f146782e1dc0d7dc5c7d1.zip octopress-theme-jeyzu-d56e274fd33711edc11f146782e1dc0d7dc5c7d1.tar.gz |
move google analytics code to footer
-rw-r--r-- | source/_includes/after_footer.html | 1 | ||||
-rw-r--r-- | source/_includes/head.html | 1 |
2 files changed, 1 insertions, 1 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 diff --git a/source/_includes/head.html b/source/_includes/head.html index fde576e..29d99b5 100644 --- a/source/_includes/head.html +++ b/source/_includes/head.html @@ -17,5 +17,4 @@ <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> {% include custom/head.html %} - {% include google_analytics.html %} </head>
\ No newline at end of file |