Skip to content

Commit

Permalink
move google analytics code to <head>
Browse files Browse the repository at this point in the history
  • Loading branch information
binux committed Jan 30, 2012
1 parent 9fffacb commit 5ee6a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/base.html
Expand Up @@ -11,9 +11,6 @@
{% block head %}{% end %} {% block head %}{% end %}
<meta name="keywords" content="迅雷 迅雷离线 ACG 资源分享 下载" /> <meta name="keywords" content="迅雷 迅雷离线 ACG 资源分享 下载" />
<meta name="description" content="{% block desc %}{{ options.site_name }} - 基于迅雷离线服务的ACG资源分享/下载网站{% end %}" /> <meta name="description" content="{% block desc %}{{ options.site_name }} - 基于迅雷离线服务的ACG资源分享/下载网站{% end %}" />
</head>
<body>
{% block body %}{% end %}
{% if options.ga_account %} {% if options.ga_account %}
<script type="text/javascript"> <script type="text/javascript">


Expand All @@ -29,6 +26,9 @@


</script> </script>
{% end %} {% end %}
</head>
<body>
{% block body %}{% end %}
</body> </body>
{% block foot %}{% end %} {% block foot %}{% end %}
</html> </html>

0 comments on commit 5ee6a83

Please sign in to comment.