diff options
| author | Mark Otto <[email protected]> | 2013-07-27 00:35:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-27 00:35:26 -0700 |
| commit | 80123fc0398b2354ff85ff45e065117a0ad56149 (patch) | |
| tree | 73a37522f3431853de5fbc159a322c9d012eafb4 /_includes/header.html | |
| parent | 94df8090a7771b463c7661b7b0aeecac328b00f4 (diff) | |
| download | bootstrap-80123fc0398b2354ff85ff45e065117a0ad56149.tar.xz bootstrap-80123fc0398b2354ff85ff45e065117a0ad56149.zip | |
mo links, fix ads and analytics in gh pages
Diffstat (limited to '_includes/header.html')
| -rw-r--r-- | _includes/header.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/_includes/header.html b/_includes/header.html index 81de5f7eb..0a418d482 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -31,15 +31,13 @@ <link rel="apple-touch-icon-precomposed" href="{{ page.base_url }}assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="{{ page.base_url }}assets/ico/favicon.png"> -{% unless site.port != "9001" %} - <script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-146052-10']); - _gaq.push(['_trackPageview']); - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); - </script> -{% endunless %} +<script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-146052-10']); + _gaq.push(['_trackPageview']); + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); +</script> |
