diff options
-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 |